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.php2
1 files changed, 1 insertions, 1 deletions
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));