summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-01-03 16:56:29 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-01-03 16:56:29 +0000
commit612395530e4a50b45aeab023187738eb7c085cb9 (patch)
treeefc85e2d7d4ba1bc0bbdf95156bddb5a7fed24fa /frontends/php/sysmap.php
parent46efb00ae45d32245790114db4197ec5799889dc (diff)
downloadzabbix-612395530e4a50b45aeab023187738eb7c085cb9.tar.gz
zabbix-612395530e4a50b45aeab023187738eb7c085cb9.tar.xz
zabbix-612395530e4a50b45aeab023187738eb7c085cb9.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1125 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 ff187f46..845b3827 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -356,7 +356,7 @@
echo "<OPTION VALUE='0' SELECTED>-";
for($i=0;$i<DBnum_rows($result);$i++)
{
-// $triggerid_=DBget_field($result,$i,0);
+ $triggerid_=DBget_field($result,$i,0);
// $description_=DBget_field($result,$i,1);
// if( strstr($description_,"%s"))
// {