summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module10
1 files changed, 5 insertions, 5 deletions
diff --git a/authfas.module b/authfas.module
index 5bebb97..51b2009 100644
--- a/authfas.module
+++ b/authfas.module
@@ -173,11 +173,11 @@ function authfas_form_user_admin_role_alter(&$form, $form_state) {
while (list($key, $val) = each($form)) {
if ($key == 'submit') {
$newform['fasgroup'] = array(
- '#type' => 'textfield',
- '#title' => 'FAS group mapping',
- '#description' => 'Enter the name for a FAS group that maps to this role.',
- '#size' => 30,
- '#maxlength' => 255,
+ '#type' => 'textfield',
+ '#title' => 'FAS group mapping',
+ '#description' => 'Enter the name for a FAS group that maps to this role.',
+ '#size' => 30,
+ '#maxlength' => 255,
);
}
$newform[$key] = $val;