From 257cbef00a3771c36a041ad862fb9e2a102ddaf3 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 21 Nov 2004 20:34:49 +0000 Subject: Cosmetic changes. git-svn-id: svn://svn.zabbix.com/trunk@1504 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index b2d57993..721217ec 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -247,10 +247,10 @@ switch($row["status"]) { case 0: - $status=array("value"=>"".S_ACTIVE."","class"=>"off"); + $status=array("value"=>"".S_ACTIVE."","class"=>"off"); break; case 1: - $status=array("value"=>"".S_NOT_ACTIVE."","class"=>"on"); + $status=array("value"=>"".S_NOT_ACTIVE."","class"=>"on"); break; case 3: $status=array("value"=>S_NOT_SUPPORTED,"class"=>"unknown"); -- cgit