]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rallye_prices.php
Entire rewrite of mail part in app! Not kidding here...
[mailer.git] / inc / modules / admin / what-config_rallye_prices.php
index c06f365fc452055551a586472a69c917da0e6add..463e7ed90d1b423a6216adbf6eb96999ecd3d40e 100644 (file)
@@ -55,7 +55,7 @@ if (!empty($_GET['rallye']))
                        {
                                // Ok, new price level entered!
                                $result = SQL_QUERY_ESC("INSERT INTO "._MYSQL_PREFIX."_rallye_prices (rallye_id, price_level, points, info)
-VALUES ('%s', '%s', '%s', '%s')",
+VALUES ('%s','%s','%s','%s')",
  array(
        bigintval($_GET['rallye']),
        bigintval($_POST['level']),