query masking rewritten in more SQLs, several cleanups and fix on beg link
[mailer.git] / inc / modules / admin / what-config_bonus.php
index 0b0ae7703b7635182eabe0306bc321fcaec4f5f2..5c351478a5d0f483049ae742e6a22c8f7e715fc1 100644 (file)
@@ -63,7 +63,7 @@ if (isset($_POST['ok']))
        if (empty($_POST['turbo_rates'])) $_POST['turbo_rates'] = "".round($CONFIG['turbo_bonus'] / 2).";".round($CONFIG['turbo_bonus'] / 4)."";
 
        // Save data
-       ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");
+       ADMIN_SAVE_SETTINGS($_POST);
 
        // Remember new settings
        $CONFIG['bonus_active']    = $_POST['bonus_active'];