]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_bonus.php
Extension ext-funcoins continued, template helper function added:
[mailer.git] / inc / modules / admin / what-config_bonus.php
index 5f2a8d9e4638b7362d387e2526e59a5c66dfef06..fe4e8b81380eee6d6a65a0e1e321c8406ed50b68 100644 (file)
@@ -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);
 }