summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/forms.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 45e8408c..ff86a87f 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -2599,11 +2599,11 @@
array(
$items_table,
new CButton('add_item',S_ADD,
- 'return PopUp("popup_gitem.php?dstfrm='.$frmGraph->GetName().
+ "return PopUp('popup_gitem.php?dstfrm=".$frmGraph->GetName().
url_param($only_hostid, false, 'only_hostid').
url_param($monitored_hosts, false, 'monitored_hosts').
url_param($graphtype, false, 'graphtype').
- '",550,400,"graph_item_form");'),
+ "',550,400,'graph_item_form');"),
$dedlete_button
));
unset($items_table, $dedlete_button);