2011-03-23 Miguel de Dios <miguel.dedios@artica.es>

* include/functions_reporting.php: fixed the include "fgraph", did'nt show
	warning message in the generation of PDF.

2011-03-23 Miguel de Dios  <miguel.dedios@artica.es>

	* 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
This commit is contained in:
mdtrooper 2011-03-23 11:34:16 +00:00
parent cd318cc924
commit b06ee0fdc5
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2011-03-23 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: fixed the include "fgraph", did'nt show
warning message in the generation of PDF.
2011-03-23 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: erased the svn diff messages lost in
old times.
2011-03-23 Javier Lanz <javier.lanz@artica.es>
* images/global.png: Added image 'global.png' for the global report tab

View File

@ -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");
/**