Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-config_bonus.php
index 00ab82d3a28b3579b1638ec69a13efd67ff5b5c0..63fcbeecc06c94dc049a46b59d35ff1f26f9182f 100644 (file)
@@ -75,7 +75,7 @@ if (isFormSent()) {
        setConfigEntry('bonus_disable_notify', postRequestElement('bonus_disable_notify'));
 } else {
        // Transfer options to template
-       $content['bonus_userid'] = addMemberSelectionBox(getBonusUserid(), false, true, true, 'bonus_userid');
+       $content['bonus_userid'] = addMemberSelectionBox(getBonusUserid(), FALSE, TRUE, TRUE, 'bonus_userid');
 
        // Initialize array for the points list
        $RANKS = explode(';', getTurboRates());
@@ -111,7 +111,7 @@ if (isFormSent()) {
        $content['wait_selection']          = createConfigurationTimeSelections('bonus_notify_wait', 'ms' );
 
        // Load final template
-       loadTemplate('admin_config_bonus', false, $content);
+       loadTemplate('admin_config_bonus', FALSE, $content);
 }
 
 // [EOF]