MDL-15818 - correction, undo a change to the admin-reports bit.

Jamie, if you see this, please review this change.
This commit is contained in:
tjhunt 2008-07-25 16:18:28 +00:00
parent 3f871282a1
commit 40ad295c25

View File

@ -195,7 +195,7 @@
$cronfile = $CFG->dirroot.'/'.$CFG->admin.'/report/'.$report.'/cron.php';
if (file_exists($cronfile)) {
require_once($cronfile);
$cronfunction = 'quiz_report_'.$report.'_cron';
$cronfunction = 'report_'.$report.'_cron';
mtrace('Processing cron function for '.$report.'...', '');
$pre_dbqueries = null;
$pre_dbqueries = $DB->perf_get_queries();