]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_admin.php
redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / modules / admin / what-config_admin.php
index 2997e4f7584360825a4d6c56f04fb9ba5d159566..6f68bb052df6087f08533c072ac5c2ce84cb8831 100644 (file)
@@ -48,16 +48,16 @@ if (isset($_POST['ok']))
  else
 {
        // Prepare data for the template
-       switch ($CONFIG['admin_menu'])
+       switch ($_CONFIG['admin_menu'])
        {
        case "NEW":
-               define('__ADMIN_MENU_NEW', " checked");
+               define('__ADMIN_MENU_NEW', ' checked');
                define('__ADMIN_MENU_OLD'   , "");
                break;
 
        case "OLD":
                define('__ADMIN_MENU_NEW', "");
-               define('__ADMIN_MENU_OLD'   , " checked");
+               define('__ADMIN_MENU_OLD'   , ' checked');
                break;
        }