]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rallye_prices.php
Mailer project continued:
[mailer.git] / inc / modules / admin / what-config_rallye_prices.php
index 96d315663e7e4e9bc629f0dee13f185e58340b35..90039eb2fca1fd7fa219feded8e274008b294e99 100644 (file)
@@ -55,7 +55,7 @@ if (isGetRequestElementSet('rallye_id')) {
                                // Ok, new price level entered!
                                SQL_QUERY_ESC("INSERT INTO
        `{?_MYSQL_PREFIX?}_rallye_prices`
-(`rallye_id`,`price_level`,`points`,`info`)
+(`rallye_id`, `price_level`, `points`, `info`)
        VALUES
 (%s, %s, '%s', '%s')",
                                array(
@@ -205,7 +205,7 @@ LIMIT 1",
                }
        } else {
                // A rallye was selected, so check if there are already prices assigned...
-               $result = SQL_QUERY_ESC("SELECT `id`,`price_level`,`points`,`info` FROM `{?_MYSQL_PREFIX?}_rallye_prices` WHERE `rallye_id`=%s ORDER BY `price_level` ASC",
+               $result = SQL_QUERY_ESC("SELECT `id`, `price_level`, `points`, `info` FROM `{?_MYSQL_PREFIX?}_rallye_prices` WHERE `rallye_id`=%s ORDER BY `price_level` ASC",
                        array(bigintval(getRequestElement('rallye_id'))), __FILE__, __LINE__);
 
                if (!SQL_HASZERONUMS($result)) {