diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-01-03 16:56:29 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-01-03 16:56:29 +0000 |
| commit | 612395530e4a50b45aeab023187738eb7c085cb9 (patch) | |
| tree | efc85e2d7d4ba1bc0bbdf95156bddb5a7fed24fa /frontends/php/sysmap.php | |
| parent | 46efb00ae45d32245790114db4197ec5799889dc (diff) | |
| download | zabbix-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.php | 2 |
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")) // { |
