2010-09-27 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2010-09-27 07:48:14 +00:00
parent 44bdafc55f
commit 83ac9a3d2f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-09-27 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/graph_builder.main.php: Set default
value to id_group to avoid notices
2010-09-26 Sancho Lerena <slerena@artica.es>
* pandora_console.spec: Updated some missing deps.

View File

@ -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;