summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-05 14:33:41 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-05 14:33:41 +0000
commitec83538f501f0bf482f5780528fda833bdfd48f8 (patch)
treec80cc950b28b08ab7393ce6411b3defa2fa47846 /frontends/php/sysmap.php
parentb7884e618a8004342df1fc553008eca710e1855c (diff)
downloadzabbix-ec83538f501f0bf482f5780528fda833bdfd48f8.tar.gz
zabbix-ec83538f501f0bf482f5780528fda833bdfd48f8.tar.xz
zabbix-ec83538f501f0bf482f5780528fda833bdfd48f8.zip
- [ZBX-195,DEV-52] fixes for sysmaps on server side(Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5136 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmap.php')
-rw-r--r--frontends/php/sysmap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index 24188f52..757fc547 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -50,7 +50,7 @@ include_once "include/page_header.php";
"linkid"=> array(T_ZBX_INT, O_OPT, P_SYS, DB_ID,NULL),
"selementid1"=> array(T_ZBX_INT, O_OPT, NULL, DB_ID.'{}!={selementid2}','isset({save_link})'),
"selementid2"=> array(T_ZBX_INT, O_OPT, NULL, DB_ID.'{}!={selementid1}','isset({save_link})'),
- "triggers"=> array(T_ZBX_STR, O_OPT, NULL, null,'isset({save_link})'),
+ "triggers"=> array(T_ZBX_STR, O_OPT, NULL, null,null),
"drawtype"=>array(T_ZBX_INT, O_OPT, NULL, IN("0,1,2,3,4"),'isset({save_link})'),
"color"=> array(T_ZBX_STR, O_OPT, NULL, NOT_EMPTY,'isset({save_link})'),