aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/viewonline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index 88e69a7837..6b8f488414 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -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'];
}