Listing of participating users in rallye fixed
authorRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2009 17:12:34 +0000 (17:12 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2009 17:12:34 +0000 (17:12 +0000)
inc/modules/admin/what-list_rallyes.php

index ed36fbb8fd5c635b7947244c67daf0cd148a190b..1ddccd1cac9dd9c42f6a889a211099d6085e49ca 100644 (file)
@@ -279,11 +279,15 @@ LIMIT 1",
                        $SW = 3 - $SW;
                } // END - while
 
                        $SW = 3 - $SW;
                } // END - while
 
+               // Remember rows
+               $content['rows']   = $OUT;
+               $content['rallye'] = getRequestElement('rallye');
+
                // Free memory
                SQL_FREERESULT($result);
 
                // Load template
                // 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'));
        } else {
                // No entries found?
                loadTemplate('admin_settings_saved', false, getMessage('RALLYE_ADMIN_USERS_404'));