X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_bonus.php;h=fe4e8b81380eee6d6a65a0e1e321c8406ed50b68;hb=e51f09bb54eaaf565ac1bae162bf363fc9553ff7;hp=5f2a8d9e4638b7362d387e2526e59a5c66dfef06;hpb=65f41ecaa6ec63e05d703a0bf91ee6caa8d52ff6;p=mailer.git diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index 5f2a8d9e46..fe4e8b8138 100644 --- a/inc/modules/admin/what-config_bonus.php +++ b/inc/modules/admin/what-config_bonus.php @@ -106,13 +106,6 @@ if (isFormSent()) { $content['bonus_timeout_selection'] = createConfigurationTimeSelections('bonus_timeout' , 'WDh'); $content['wait_selection'] = createConfigurationTimeSelections('bonus_notify_wait', 'ms' ); - // Init Y/N selections - foreach (array('active','login_yn','stats_yn','order_yn','ref_yn','click_yn','enable_notify','disable_notify','new_member_notify','include_own') as $entry) { - $content[$entry . '_y'] = ''; - $content[$entry . '_n'] = ''; - $content[$entry . '_' . strtolower(getConfig('bonus_' . $entry))] = ' checked="checked"'; - } // END - foreach - // Load final template loadTemplate('admin_config_bonus', false, $content); }