From b06ee0fdc59673b21609bcc7ba83306be98b5d22 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 23 Mar 2011 11:34:16 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4122 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 10 ++++++++++ pandora_console/include/functions_reporting.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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"); /**