mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Im so sick and tired of introducing new bugs each time I commit :(
git-svn-id: file:///svn/phpbb/trunk@699 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0da3c2d0df
commit
4041ad47d2
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ if($online_count)
|
|||
|
||||
if( $logged_on && ( !$hidden || $userdata['user_level'] == ADMIN ) )
|
||||
{
|
||||
if($count % 2))
|
||||
if(!($count % 2))
|
||||
{
|
||||
$row_color = "#" . $theme['td_color1'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue