mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
a325e482a8
commit
98c93d45c5
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue