From 83ac9a3d2f902afc24d04d23c8ce4fd145f802de Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 27 Sep 2010 07:48:14 +0000 Subject: [PATCH] 2010-09-27 Sergio Martin * godmode/reporting/graph_builder.main.php: Set default value to id_group to avoid notices git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3299 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/reporting/graph_builder.main.php | 1 + 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c3d96e1f6b..f94274064d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-09-27 Sergio Martin + + * godmode/reporting/graph_builder.main.php: Set default + value to id_group to avoid notices + 2010-09-26 Sancho Lerena * pandora_console.spec: Updated some missing deps. diff --git a/pandora_console/godmode/reporting/graph_builder.main.php b/pandora_console/godmode/reporting/graph_builder.main.php index d760b21eb1..a2e1f5ba38 100644 --- a/pandora_console/godmode/reporting/graph_builder.main.php +++ b/pandora_console/godmode/reporting/graph_builder.main.php @@ -70,6 +70,7 @@ if ($edit_graph) { }else { $id_agent = 0; $id_module = 0; + $id_group = 0; $name = "Pandora FMS combined graph"; $width = 550; $height = 210;