diff --git a/lib/db/events.php b/lib/db/events.php new file mode 100644 index 00000000000..aac6289cbeb --- /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' + ) +); + + +?>