2011-08-24 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/reporting_builder.preview.php: fixed the include of php file. Fixes: #3396828 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4813 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5da8b8eddf
commit
da320f5f97
|
@ -1,3 +1,10 @@
|
|||
2011-08-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.preview.php: fixed the include of
|
||||
php file.
|
||||
|
||||
Fixes: #3396828
|
||||
|
||||
2011-08-23 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_migrate_v3.2_to_v4.0.sql: Missing some alter sentences
|
||||
|
|
|
@ -30,7 +30,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_modules.php');
|
||||
|
||||
// Check if the report is a private report.
|
||||
|
|
Loading…
Reference in New Issue