]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Old lost code removed in modules.php, naming convention applied:
[mailer.git] / inc / modules / admin / what-config_other.php
index 811ea2a5973aa95ae8350b13d1dbc9ff23a7f441..4af2d9f5bc4e02e31733684045c1e3086fd3d299 100644 (file)
@@ -87,7 +87,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') 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"';