]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_newsletter.php
query masking rewritten in more SQLs, several cleanups and fix on beg link
[mailer.git] / inc / modules / admin / what-config_newsletter.php
index 61536e48223486fd5fdd5013cf454a5efd156ed4..9abc620029e8440d460ef78d7e04d5ad0a926e97 100644 (file)
@@ -46,7 +46,7 @@ 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
 {