Browse Source

CONTRIB-4246: allow quick editing of module name

MOODLE_23_STABLE
Dan Marsden 12 years ago
parent
commit
0d5f7976b6
  1. 3
      lib.php

3
lib.php

@ -265,6 +265,9 @@ function attendance_cron () {
return true; 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 * Create grade item for given attendance
* *

Loading…
Cancel
Save