]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/admin-inc.php
More fixes, thanks to Piter01
[mailer.git] / inc / modules / admin / admin-inc.php
index d6b6c0b65e459e6ebcd88095304250e1d8cadc58..9b745c7f3adf2b79909cf23337582932873518e5 100644 (file)
@@ -656,7 +656,7 @@ function ADMIN_SAVE_SETTINGS (&$POST, $tableName="_config", $whereStatement="con
                                $test = (float)$val;
                                if ("".$val."" == "".$test."") {
                                        // Add numbers
                                $test = (float)$val;
                                if ("".$val."" == "".$test."") {
                                        // Add numbers
-                                       $DATA[] = sprintf("`%s`=%s%s", $id, $test);
+                                       $DATA[] = sprintf("`%s`=%s", $id, $test);
                                } else {
                                        // Add strings
                                        $DATA[] = sprintf("`%s`='%s'", $id, trim($val));
                                } else {
                                        // Add strings
                                        $DATA[] = sprintf("`%s`='%s'", $id, trim($val));