mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Gave the row number thing a more useful name ...
git-svn-id: file:///svn/phpbb/trunk@1897 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -238,7 +238,7 @@ for($i = 0; $i < count($members); $i++)
|
||||
$template->assign_block_vars("memberrow", array(
|
||||
"U_VIEWPROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $user_id),
|
||||
|
||||
"ROW_NR" => $i + $HTTP_GET_VARS['start'] + 1,
|
||||
"ROW_NUMBER" => $i + ( $HTTP_GET_VARS['start'] + 1 ),
|
||||
"ROW_COLOR" => "#" . $row_color,
|
||||
"ROW_CLASS" => $row_class,
|
||||
"USERNAME" => $username,
|
||||
|
Reference in New Issue
Block a user