From 43e14ba71f408eb30acd4c46a22e7f7ecb65c997 Mon Sep 17 00:00:00 2001 From: artem Date: Tue, 12 Aug 2008 14:36:28 +0000 Subject: - [DEV-201] improved performance on disabling/enabling, deleting hosts (Artem) - [DEV-137] selections *all and groups *all are not saved to profiles (Artem) - [DEV-199] some fixes (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5899 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/php/include/forms.inc.php') 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_']); -- cgit