diff options
| author | Paul W. Frields <stickster@gmail.com> | 2010-07-10 16:48:55 -0400 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2010-07-10 16:48:55 -0400 |
| commit | 80e953b89999473c16138663445490bfbeffad65 (patch) | |
| tree | de4087f359f5a758dff3dd3f21b839bb2feb08ca /authfas.install | |
| parent | e09b8e058ea439f4d6240ca6382dedc4d5866499 (diff) | |
| download | drupal-authfas-6x-80e953b89999473c16138663445490bfbeffad65.tar.gz drupal-authfas-6x-80e953b89999473c16138663445490bfbeffad65.tar.xz drupal-authfas-6x-80e953b89999473c16138663445490bfbeffad65.zip | |
Oops, don't forget to return the schema.
Diffstat (limited to 'authfas.install')
| -rw-r--r-- | authfas.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authfas.install b/authfas.install index 77b12e3..b68897a 100644 --- a/authfas.install +++ b/authfas.install @@ -20,6 +20,7 @@ function authfas_schema() { 'unique keys' => array('rid_fasgroup' => array('rid', 'fasgroup')), 'primary key' => array('rid'), ); + return $schema; } function authfas_install() { |
