From 6ca88367efa0174e68b6da1ff81b40f002550f10 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 8 May 2008 11:05:55 +0000 Subject: - [DEV-137] small improvements (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5687 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 2 +- 1 file changed, 1 insertion(+), 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 489f6edc..e97c3a09 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -4396,7 +4396,7 @@ include_once 'include/discovery.inc.php'; while($db_host=DBfetch($db_hosts)){ $cmbHosts->AddItem( $db_host["hostid"], - get_node_name_by_elid($db_host["hostid"]).$db_host["host"] + get_node_name_by_elid($db_host['hostid']).$db_host["host"] ); } $frmHostG->AddRow(S_HOSTS,$cmbHosts->Get(S_HOSTS.SPACE.S_IN,S_OTHER.SPACE.S_HOSTS)); -- cgit