]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_rallyes.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index ebaf99f9741518a9536050f43a40be6ddb0d3eb3..f3ea8c077fada103574ada22e488637135257e17 100644 (file)
@@ -183,7 +183,7 @@ if (isFormSent('edit')) {
                foreach (postRequestParameter('sel') as $id => $selected) {
                        // Load rallye basic data
                        $result = SQL_QUERY_ESC("SELECT
-       `title`, `descr`, `template`, `start_time`, `end_time`, `min_users`, `min_prices`
+       `title`,`descr`,`template`,`start_time`,`end_time`,`min_users`,`min_prices`
 FROM
        `{?_MYSQL_PREFIX?}_rallye_data`
 WHERE
@@ -229,7 +229,7 @@ LIMIT 1",
 } elseif ((getRequestParameter('sub') == 'users') && (getRequestParameter('rallye') > 0)) {
        // List users and their refs before start and current
        $result = SQL_QUERY_ESC("SELECT
-       `userid`, `refs`, `curr_points`
+       `userid`,`refs`,`curr_points`
 FROM
        `{?_MYSQL_PREFIX?}_rallye_users`
 WHERE
@@ -288,8 +288,8 @@ ORDER BY
 } else {
        // Start listing rallyes
        $result = SQL_QUERY("SELECT
-       `id`, `admin_id`, `title`, `descr`, `template`, `start_time`, `end_time`,
-       `auto_add_new_user`, `is_active`, `send_notify`, `notified`, `min_users`, `min_prices`
+       `id`,`admin_id`,`title`,`descr`,`template`,`start_time`,`end_time`,
+       `auto_add_new_user`,`is_active`,`send_notify`,`notified`,`min_users`,`min_prices`
 FROM
        `{?_MYSQL_PREFIX?}_rallye_data`
 ORDER BY