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:
parent
44bdafc55f
commit
83ac9a3d2f
|
@ -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>
|
2010-09-26 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora_console.spec: Updated some missing deps.
|
* pandora_console.spec: Updated some missing deps.
|
||||||
|
|
|
@ -70,6 +70,7 @@ if ($edit_graph) {
|
||||||
}else {
|
}else {
|
||||||
$id_agent = 0;
|
$id_agent = 0;
|
||||||
$id_module = 0;
|
$id_module = 0;
|
||||||
|
$id_group = 0;
|
||||||
$name = "Pandora FMS combined graph";
|
$name = "Pandora FMS combined graph";
|
||||||
$width = 550;
|
$width = 550;
|
||||||
$height = 210;
|
$height = 210;
|
||||||
|
|
Loading…
Reference in New Issue