X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_rallyes.php;h=f3ea8c077fada103574ada22e488637135257e17;hb=ad16f516e254e67b221dd72d518821e9a0853610;hp=ebaf99f9741518a9536050f43a40be6ddb0d3eb3;hpb=12effdb00f104773905152bfb2950496c2efaec4;p=mailer.git diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index ebaf99f974..f3ea8c077f 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -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