]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_admin.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / admin / what-config_admin.php
index ab6c8b395ab35c72fe904f9b1705ba091b75fa6d..4d78ddb8c6fbd7d8feb6e48e5337ae6ba2f5e45b 100644 (file)
@@ -51,15 +51,15 @@ if (IS_FORM_SENT()) {
        // Prepare data for the template
        switch (getConfig('admin_menu'))
        {
        // Prepare data for the template
        switch (getConfig('admin_menu'))
        {
-       case "NEW":
-               define('__ADMIN_MENU_NEW', ' checked="checked"');
-               define('__ADMIN_MENU_OLD'   , '');
-               break;
+               case "NEW":
+                       define('__ADMIN_MENU_NEW', ' checked="checked"');
+                       define('__ADMIN_MENU_OLD'   , '');
+                       break;
 
 
-       case "OLD":
-               define('__ADMIN_MENU_NEW', '');
-               define('__ADMIN_MENU_OLD'   , ' checked="checked"');
-               break;
+               case "OLD":
+                       define('__ADMIN_MENU_NEW', '');
+                       define('__ADMIN_MENU_OLD'   , ' checked="checked"');
+                       break;
        }
 
        // Display form
        }
 
        // Display form