]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Extension ext-network continued:
[mailer.git] / inc / modules / admin / what-config_other.php
index 561ea167c65781bc98c63a64cb599b8a55ea154d..27e28fc05f6db1c154beded9954090bb6113dc9a 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -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] = '';