summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-11 10:50:06 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-11 10:50:06 -0400
commitb857b423b0afe0d9c456b7069b6b51324c7c7d47 (patch)
tree2e43f6fd7f739e97e84876450e637fe169ef394d /authfas.module
parent80e953b89999473c16138663445490bfbeffad65 (diff)
downloaddrupal-authfas-6x-b857b423b0afe0d9c456b7069b6b51324c7c7d47.tar.gz
drupal-authfas-6x-b857b423b0afe0d9c456b7069b6b51324c7c7d47.tar.xz
drupal-authfas-6x-b857b423b0afe0d9c456b7069b6b51324c7c7d47.zip
Add local variables for Emacs (GO EMACS!)
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: