From b0d25edce8223fe46403c7d488f58dcbd87efd97 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Fri, 26 Apr 2002 14:37:09 +0000 Subject: - fixed items.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@355 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index 07e5232f..10fd128c 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -107,7 +107,7 @@ echo "Active"; break; case 1: - echo "Not active"; + echo "Not active"; break; case 2: echo "Trapper"; -- cgit