summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module4
1 files changed, 4 insertions, 0 deletions
diff --git a/authfas.module b/authfas.module
index 82e5f9f..ceecab5 100644
--- a/authfas.module
+++ b/authfas.module
@@ -126,3 +126,7 @@ function authfas_form_user_admin_role_alter(&$form, $form_state) {
}
$form = $newform;
}
+
+// Local variables:
+// mode:php
+// End: