summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmaps.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-07 09:42:00 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-07 09:42:00 +0000
commitdc18c3c54aa5bd3d198b6ab480b6d42c4731df18 (patch)
treed307e0e8a516fdc94ad9f910f9d875e814d70358 /frontends/php/sysmaps.php
parent3766bb922ed8071a08c4d80c6754b41ad9155e47 (diff)
downloadzabbix-dc18c3c54aa5bd3d198b6ab480b6d42c4731df18.tar.gz
zabbix-dc18c3c54aa5bd3d198b6ab480b6d42c4731df18.tar.xz
zabbix-dc18c3c54aa5bd3d198b6ab480b6d42c4731df18.zip
- [DEV-137] fixes to popup screen, charts refresh and few SQL's (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5679 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmaps.php')
-rw-r--r--frontends/php/sysmaps.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index b7436d9f..ac2090b8 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -55,8 +55,7 @@ include_once "include/page_header.php";
check_fields($fields);
validate_sort_and_sortorder('sm.name',ZBX_SORT_UP);
- if(isset($_REQUEST["sysmapid"]))
- {
+ if(isset($_REQUEST["sysmapid"])){
if(!sysmap_accessible($_REQUEST["sysmapid"],PERM_READ_WRITE))
access_deny();
@@ -131,8 +130,7 @@ include_once "include/page_header.php";
' WHERE '.DBin_node('sm.sysmapid').
order_by('sm.name,sm.width,sm.height','sm.sysmapid'));
- while($row=DBfetch($result))
- {
+ while($row=DBfetch($result)){
if(!sysmap_accessible($row["sysmapid"],PERM_READ_WRITE)) continue;
$table->AddRow(array(