From 98c93d45c530013a4e08669c2787f51701017f58 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 13 May 2001 17:13:10 +0000 Subject: [PATCH] Yet another overlooked error fixed ... strange this never showed up before ... git-svn-id: file:///svn/phpbb/trunk@286 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewonline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; }