]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_newsletter.php
wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / modules / admin / what-config_newsletter.php
index 61536e48223486fd5fdd5013cf454a5efd156ed4..f169c3b2799512b42cf3c22607b3445d9753af87 100644 (file)
@@ -46,12 +46,12 @@ if (isset($_POST['ok']))
        // Save data
        $_POST['nl_charge'] = str_replace(",", ".", $_POST['nl_charge']);
 
-       ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");
+       ADMIN_SAVE_SETTINGS($_POST);
 }
  else
 {
        // Prepare contants for the template
-       define('__CHARGE_VALUE'  , TRANSLATE_COMMA($CONFIG['nl_charge'], false));
+       define('__CHARGE_VALUE'  , TRANSLATE_COMMA($_CONFIG['nl_charge'], false));
 
        // Prepare constants and load template
        LOAD_TEMPLATE("admin_config_newsletter", false);