redirection of invalid or deleted mail orders improved, several code conventions...
[mailer.git] / inc / modules / admin / what-config_admin.php
index 4dc5753bbdd7dc44547850a15c1775b16713ad3f..6f68bb052df6087f08533c072ac5c2ce84cb8831 100644 (file)
@@ -51,13 +51,13 @@ if (isset($_POST['ok']))
        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;
        }