2011-08-23 Sergio Martin <sergio.martin@artica.es>
* operation/reporting/reporting_viewer.php: Fixed require embed require_once problem in the reports view git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4810 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f7e0edacdf
commit
a3c134f46b
|
@ -1,3 +1,8 @@
|
|||
2011-08-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/reporting/reporting_viewer.php: Fixed require embed
|
||||
require_once problem in the reports view
|
||||
|
||||
2011-08-23 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* include/functions_filemanager.php: Fixed an style bug in collections
|
||||
|
|
|
@ -38,7 +38,7 @@ if (! check_acl ($config['id_user'], $report['id_group'], "AR")) {
|
|||
}
|
||||
|
||||
// Include with the functions to calculate each kind of report.
|
||||
require ("include/functions_reporting.php");
|
||||
require_once ('include/functions_reporting.php');
|
||||
require_once ('include/functions_groups.php');
|
||||
|
||||
// Check if the report is a private report.
|
||||
|
|
Loading…
Reference in New Issue