summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 6098b482..3698fd29 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -4413,7 +4413,6 @@
' WHERE hostid='.$_REQUEST['hostid'].
' AND templateid=0 '.
' ORDER BY description';
-
$host_items_res = DBselect($sql);
while($host_item = DBfetch($host_items_res)){
$item_description = item_description($host_item['description'],$host_item['key_']);