X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_extensions.php;h=e8f26f98c1eff50f01996e43ddab287205716455;hb=abc82902f6ca318dcbb75ba5952a4478387569af;hp=d079f78c713fca75e45315055f1e0143e8873cfc;hpb=fff3e2abc8ffb5a086fbf0f3a7d6b9f2ff5ddaed;p=mailer.git diff --git a/inc/modules/admin/what-config_extensions.php b/inc/modules/admin/what-config_extensions.php index d079f78c71..e8f26f98c1 100644 --- a/inc/modules/admin/what-config_extensions.php +++ b/inc/modules/admin/what-config_extensions.php @@ -43,15 +43,15 @@ ADD_DESCR("admin", basename(__FILE__)); if (isset($_POST['ok'])) { // Save configuration - ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'"); + ADMIN_SAVE_SETTINGS($_POST); } else { // Prepare data - switch ($CONFIG['verbose_sql']) + switch ($_CONFIG['verbose_sql']) { - case 'Y': define('__VERBOSE_Y', " checked"); define('__VERBOSE_N', ""); break; - case 'N': define('__VERBOSE_Y', ""); define('__VERBOSE_N', " checked"); break; + case 'Y': define('__VERBOSE_Y', ' checked'); define('__VERBOSE_N', ""); break; + case 'N': define('__VERBOSE_Y', ""); define('__VERBOSE_N', ' checked'); break; } // Load template