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:
parent
cd318cc924
commit
b06ee0fdc5
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue