summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-11 11:02:34 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-11 11:02:34 -0400
commitf8315920bc020f5b0ab783ff815063df5f487f52 (patch)
treec29bfaa7eaf069cd7ca82b26a44784d1e016510a
parent9f4e7f92b823bf04cc3cc227f72eed5f5e060336 (diff)
downloaddrupal-authfas-6x-f8315920bc020f5b0ab783ff815063df5f487f52.tar.gz
drupal-authfas-6x-f8315920bc020f5b0ab783ff815063df5f487f52.tar.xz
drupal-authfas-6x-f8315920bc020f5b0ab783ff815063df5f487f52.zip
Make the comment more descriptive of what we're doing below
-rw-r--r--authfas.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index ceecab5..e0f869e 100644
--- a/authfas.module
+++ b/authfas.module
@@ -111,7 +111,8 @@ function authfas_form_user_admin_role_alter(&$form, $form_state) {
$newform = array();
// I'm obviously not very good at PHP because I couldn't figure
// out a more clever way to insert this field into an existing
- // $form array.
+ // $form array. We want the field for FAS group mapping to be part
+ // of the form *before* the submit control.
while (list($key, $val) = each($form)) {
if ($key == 'submit') {
$newform['fasgroup'] = array(