summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-16 02:11:00 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-16 02:11:00 -0400
commit651f4d891dea11606e7d0d3ee0211c12dd07efa9 (patch)
tree65a97bcb847f8576baf36ea882cedd88c682e9c5
parent9f2e5f4c20e7da764c193e62e3adb0c4e788b23d (diff)
downloaddrupal-authfas-6x-651f4d891dea11606e7d0d3ee0211c12dd07efa9.tar.gz
drupal-authfas-6x-651f4d891dea11606e7d0d3ee0211c12dd07efa9.tar.xz
drupal-authfas-6x-651f4d891dea11606e7d0d3ee0211c12dd07efa9.zip
Fix indentation
-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;