diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cc10715c8c..c8069d9d50 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,13 @@ +2011-03-23 Miguel de Dios + + * include/functions_reporting.php: fixed the include "fgraph", did'nt show + warning message in the generation of PDF. + +2011-03-23 Miguel de Dios + + * include/functions_reporting.php: erased the svn diff messages lost in + old times. + 2011-03-23 Javier Lanz * images/global.png: Added image 'global.png' for the global report tab diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 5ad422f4af..d3664cbcbd 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -25,7 +25,7 @@ require_once ($config["homedir"]."/include/functions.php"); require_once ($config["homedir"]."/include/functions_db.php"); require_once ($config["homedir"]."/include/functions_agents.php"); -include_once ("include/fgraph.php"); +include_once ($config["homedir"]."/include/fgraph.php"); /**