]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
isAdminAllowedAccessMenu() introduced (cache is currently not required but it can...
[mailer.git] / inc / modules / admin / what-config_other.php
index 955e948567743eea30f9e9f55ac382a8e3b2ae84..9ff67bfd1e60c7d1baa54190ef8fd62c40aa7dc9 100644 (file)
@@ -85,7 +85,7 @@ if (isFormSent()) {
        $content['profile_reupdate'] = createTimeSelections(getConfig('resend_profile_update') , '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) {
+       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"';