mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02: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:
@@ -198,7 +198,7 @@ if($online_count)
|
|||||||
|
|
||||||
if( $logged_on && ( !$hidden || $userdata['user_level'] == ADMIN ) )
|
if( $logged_on && ( !$hidden || $userdata['user_level'] == ADMIN ) )
|
||||||
{
|
{
|
||||||
if($count % 2))
|
if(!($count % 2))
|
||||||
{
|
{
|
||||||
$row_color = "#" . $theme['td_color1'];
|
$row_color = "#" . $theme['td_color1'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user