]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_admin.php
Another variable fixed, thanks to rasty
[mailer.git] / inc / modules / admin / what-config_admin.php
index 6592affb8889b4599fd9e308e139c625c22adc2b..8b78570c20dd73c35d28535a5801df9336544d51 100644 (file)
@@ -47,13 +47,13 @@ if (isset($_POST['ok'])) {
        switch ($_CONFIG['admin_menu'])
        {
        case "NEW":
-               define('__ADMIN_MENU_NEW', ' checked');
+               define('__ADMIN_MENU_NEW', " checked=\"checked\"");
                define('__ADMIN_MENU_OLD'   , "");
                break;
 
        case "OLD":
                define('__ADMIN_MENU_NEW', "");
-               define('__ADMIN_MENU_OLD'   , ' checked');
+               define('__ADMIN_MENU_OLD'   , " checked=\"checked\"");
                break;
        }