]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Suffix '_enabled' in config entries is deprecated
[mailer.git] / inc / modules / admin / what-config_other.php
index 2715e1fb2c8eb9d701b0e81686a0dcf598bef390..27e28fc05f6db1c154beded9954090bb6113dc9a 100644 (file)
@@ -78,13 +78,6 @@ if (isFormSent()) {
        $content['profile_update']   = createConfigurationTimeSelections('profile_update'       , 'YM');
        $content['profile_reupdate'] = createConfigurationTimeSelections('resend_profile_update', 'MWD');
 
-       // Prepare more Y/N selections
-       foreach (array('show_points_unconfirmed','show_timings','youre_here','member_menu','guest_menu','order_multi_page','autosend_active','send_prof_update','admin_notify','display_debug_sqls','stats_enabled') as $entry) {
-               $content[$entry . '_y'] = '';
-               $content[$entry . '_n'] = '';
-               $content[$entry . '_' . strtolower(getConfig($entry))] = ' checked="checked"';
-       } // END - foreach
-
        // Prepare more
        foreach (array('css_php_direct','css_php_file','css_php_inline','mailid_error_redirect_index','mailid_error_redirect_reject') as $entry) {
                $content[$entry] = '';