diff options
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")) // { |
