]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_mediadata.php
* Member template added for the surfbar which notifies the user that the URL is
[mailer.git] / inc / modules / admin / what-config_mediadata.php
index d089f14849890d9c7fef81f00784538f74c06094..d7c7f8213229ef03c009412b7050c911c607c20e 100644 (file)
@@ -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', "<STRONG>".MAKE_DATETIME($CONFIG['mt_start'], "3")."</STRONG>");
+               define('__MT_START', "<STRONG>".MAKE_DATETIME($_CONFIG['mt_start'], "3")."</STRONG>");
        }
         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");