From: moodler Date: Mon, 14 May 2007 09:30:56 +0000 (+0000) Subject: Event handler for new grades X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ca4bcf58ec001e8a5bc65816c1d231c5ca0e34a8;p=moodle.git Event handler for new grades --- diff --git a/lib/db/events.php b/lib/db/events.php new file mode 100644 index 0000000000..aac6289cbe --- /dev/null +++ b/lib/db/events.php @@ -0,0 +1,38 @@ + array ( // All new grades get processed immediately by the gradebook + 'handlerfile' => '/lib/gradelib.php', + 'handlerfunction' => 'grade_handler', + 'schedule' => 'instant' + ) +); + + +?>