X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_mediadata.php;h=d7c7f8213229ef03c009412b7050c911c607c20e;hb=148d3a3e1641e350a708cc71e194349a09a8285f;hp=d089f14849890d9c7fef81f00784538f74c06094;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/inc/modules/admin/what-config_mediadata.php b/inc/modules/admin/what-config_mediadata.php index d089f14849..d7c7f82132 100644 --- a/inc/modules/admin/what-config_mediadata.php +++ b/inc/modules/admin/what-config_mediadata.php @@ -72,15 +72,15 @@ if (isset($_POST['ok'])) if (isset($_POST['ok'])) { // Save data - ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'"); + ADMIN_SAVE_SETTINGS($_POST); } else { // Start of this exchange - if ($CONFIG['mt_start'] > 0) + if ($_CONFIG['mt_start'] > 0) { // Only show start - define('__MT_START', "".MAKE_DATETIME($CONFIG['mt_start'], "3").""); + define('__MT_START', "".MAKE_DATETIME($_CONFIG['mt_start'], "3").""); } else { @@ -93,7 +93,7 @@ if (isset($_POST['ok'])) } // Next stage of this MT - define('__MT_STAGE', $CONFIG['mt_stage']); + define('__MT_STAGE', $_CONFIG['mt_stage']); // Load template LOAD_TEMPLATE("admin_config_mediadata");