summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-10 16:48:55 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-10 16:48:55 -0400
commit80e953b89999473c16138663445490bfbeffad65 (patch)
treede4087f359f5a758dff3dd3f21b839bb2feb08ca
parente09b8e058ea439f4d6240ca6382dedc4d5866499 (diff)
downloaddrupal-authfas-6x-80e953b89999473c16138663445490bfbeffad65.tar.gz
drupal-authfas-6x-80e953b89999473c16138663445490bfbeffad65.tar.xz
drupal-authfas-6x-80e953b89999473c16138663445490bfbeffad65.zip
Oops, don't forget to return the schema.
-rw-r--r--authfas.install1
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() {