]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_coupon.php
Project continued:
[mailer.git] / inc / modules / admin / what-config_coupon.php
index e21ae269b2c11b367054971d444727d7c175048a..b0a0abea87b0188def59b8a6c2e6156852a6c1c0 100644 (file)
@@ -51,14 +51,14 @@ if (isFormSent()) {
        adminSaveSettingsFromPostData();
 } else {
        // Add userid selection
-       $content['coupon_userid'] = addMemberSelectionBox(getCouponUserid(), false, true, true, 'coupon_userid');
+       $content['coupon_userid'] = addMemberSelectionBox(getCouponUserid(), FALSE, TRUE, TRUE, 'coupon_userid');
 
        // Prepare some template data
        $content['coupon_default_time_selection']   = createConfigurationTimeSelections('coupon_default_time'  , 'WDh');
        $content['coupon_autopurge_time_selection'] = createConfigurationTimeSelections('coupon_autopurge_time', 'WDh');
 
        // Load template
-       loadTemplate('admin_config_coupon', false, $content);
+       loadTemplate('admin_config_coupon', FALSE, $content);
 }
 
 // [EOF]