wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / modules / admin / what-config_mediadata.php
index 6dfdbcd66b8022ca052cab6193f475be6fdde56f..d7c7f8213229ef03c009412b7050c911c607c20e 100644 (file)
@@ -77,10 +77,10 @@ if (isset($_POST['ok']))
  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");