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:
Paul S. Owen 2001-07-19 11:39:37 +00:00
parent 0da3c2d0df
commit 4041ad47d2

View file

@ -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'];
}