From 88624bbf36f5b3cb5ef796a662853a6d38c4ce64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 5 Nov 2009 17:12:34 +0000 Subject: [PATCH] Listing of participating users in rallye fixed --- inc/modules/admin/what-list_rallyes.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index ed36fbb8fd..1ddccd1cac 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -279,11 +279,15 @@ LIMIT 1", $SW = 3 - $SW; } // END - while + // Remember rows + $content['rows'] = $OUT; + $content['rallye'] = getRequestElement('rallye'); + // Free memory SQL_FREERESULT($result); // Load template - loadTemplate('admin_list_rallye_usr', false, $OUT); + loadTemplate('admin_list_rallye_usr', false, $content); } else { // No entries found? loadTemplate('admin_settings_saved', false, getMessage('RALLYE_ADMIN_USERS_404')); -- 2.30.2