X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_user.php;h=dd108a8f462fe04a367139ce9c732f380fdb6e90;hb=306158d5fb74ec96f0c2321834f702ecb0874a7d;hp=986674d620155a3290a15cdc3d76da0d7f104887;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/modules/admin/what-config_user.php b/inc/modules/admin/what-config_user.php index 986674d620..dd108a8f46 100644 --- a/inc/modules/admin/what-config_user.php +++ b/inc/modules/admin/what-config_user.php @@ -43,13 +43,13 @@ ADD_DESCR("admin", basename(__FILE__)); if (isset($_POST['ok'])) { // Save settings - ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'"); + ADMIN_SAVE_SETTINGS($_POST); } else { // Prepare constants for the template - define('__LIMIT_VALUE', $CONFIG['user_limit']); - define('__ALPHA_VALUE', $CONFIG['user_alpha']); + define('__LIMIT_VALUE', $_CONFIG['user_limit']); + define('__ALPHA_VALUE', $_CONFIG['user_alpha']); // Load form template LOAD_TEMPLATE("admin_config_user");