From e87f5ebd4db58b76543980eb24a4efe044003e59 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 11 Jan 2006 14:38:49 +0000 Subject: Frontend improvements. git-svn-id: svn://svn.zabbix.com/trunk@2515 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/sysmaps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/sysmaps.php') diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php index 5c43ea3a..6fc94385 100644 --- a/frontends/php/sysmaps.php +++ b/frontends/php/sysmaps.php @@ -66,7 +66,7 @@ setHeader(array(S_ID,S_NAME,S_WIDTH,S_HEIGHT,S_ACTIONS)); $result=DBselect("select s.sysmapid,s.name,s.width,s.height from sysmaps s order by s.name"); -- cgit