mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Yet another overlooked error fixed ... strange this never showed up before ...
git-svn-id: file:///svn/phpbb/trunk@286 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -86,7 +86,7 @@ if($online_count)
|
||||
for($i = 0; $i < $online_count; $i++)
|
||||
{
|
||||
|
||||
if(!(ix % 2))
|
||||
if(!($i % 2))
|
||||
{
|
||||
$row_color = "#".$theme['td_color1'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user