]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15818 - correction, undo a change to the admin-reports bit.
authortjhunt <tjhunt>
Fri, 25 Jul 2008 16:18:28 +0000 (16:18 +0000)
committertjhunt <tjhunt>
Fri, 25 Jul 2008 16:18:28 +0000 (16:18 +0000)
Jamie, if you see this, please review this change.

admin/cron.php

index 28fa5ff0aa528d36f7c95354a552feccb5eaa9c8..f42273da81067fe6e55560b23e78f331a7ce5107 100644 (file)
         $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();