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:
Paul S. Owen 2001-05-13 17:13:10 +00:00
parent a325e482a8
commit 98c93d45c5

View file

@ -86,7 +86,7 @@ if($online_count)
for($i = 0; $i < $online_count; $i++) for($i = 0; $i < $online_count; $i++)
{ {
if(!(ix % 2)) if(!($i % 2))
{ {
$row_color = "#".$theme['td_color1']; $row_color = "#".$theme['td_color1'];
} }