From: Roland Häder Date: Thu, 5 Nov 2009 17:12:34 +0000 (+0000) Subject: Listing of participating users in rallye fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=88624bbf36f5b3cb5ef796a662853a6d38c4ce64 Listing of participating users in rallye fixed --- 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'));