]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_admin.php
Some functions rewritten to hungarian notation, handling of array rewritten
[mailer.git] / inc / modules / admin / what-config_admin.php
index 83084f6f6bbe9dcd9fc3d5b0c33de90b6f6d81d8..8f42cfc5ec5dbad039460e8c48184124fe6ba496 100644 (file)
@@ -44,7 +44,7 @@ if (isset($_POST['ok'])) {
        ADMIN_SAVE_SETTINGS($_POST);
 } else {
        // Prepare data for the template
-       switch ($_CONFIG['admin_menu'])
+       switch (getConfig('admin_menu'))
        {
        case "NEW":
                define('__ADMIN_MENU_NEW', " checked=\"checked\"");