From 0d5f7976b60afe912362153711629dcaa0bc7652 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 4 Jul 2013 11:43:08 +1200 Subject: [PATCH] CONTRIB-4246: allow quick editing of module name --- lib.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib.php b/lib.php index e8a002a..d005d0e 100644 --- a/lib.php +++ b/lib.php @@ -265,6 +265,9 @@ function attendance_cron () { return true; } +function attendance_update_grades($attendance, $userid=0, $nullifnone=true) { + // We need this function to exist so that quick editing of module name is passed to gradebook. +} /** * Create grade item for given attendance *