Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-config_refid.php
index 04b4387c95f0205c2e401e97a38d481f0663f897..ca521c2e58f275d5b84657ea2e98f9bdba413813 100644 (file)
@@ -48,7 +48,7 @@ if (isFormSent()) {
        adminSaveSettingsFromPostData();
 } else {
        // Prepare member selection
-       $content['def_refid'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid');
+       $content['def_refid'] = addMemberSelectionBox(getDefRefid(), FALSE, TRUE, TRUE, 'def_refid');
 
        // Prepare contants for the template
        foreach (array('refid_target_index','refid_target_register','select_user_zero_refid_y','select_user_zero_refid_n') as $entry) {
@@ -61,7 +61,7 @@ if (isFormSent()) {
        } // END - foreach
 
        // Load template
-       loadTemplate('admin_config_refid', false, $content);
+       loadTemplate('admin_config_refid', FALSE, $content);
 }
 
 // [EOF]