]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_beg.php
query masking rewritten in more SQLs, several cleanups and fix on beg link
[mailer.git] / inc / modules / admin / what-config_beg.php
index 32a8225e21d79959f8d47db57c327cdc05ffdc18..df66f24230f047ced32cee3d23c64b89e123e227 100644 (file)
@@ -49,7 +49,7 @@ if (isset($_POST['ok']))
        $_POST['beg_notify_bonus'] = str_replace(",", ".", $_POST['beg_notify_bonus']);
 
        // Save settings
-       ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");
+       ADMIN_SAVE_SETTINGS($_POST);
 
        // Remember new settings
        $CONFIG['beg_rallye']        = $_POST['beg_rallye'];