diff --git a/classes/calendar_helpers.php b/classes/calendar_helpers.php index 580721f..4a4342f 100644 --- a/classes/calendar_helpers.php +++ b/classes/calendar_helpers.php @@ -132,7 +132,7 @@ function attendance_update_calendar_event($session) { return attendance_create_calendar_event($session); } - // Boring update + // Boring update. $caleventdata = new stdClass(); $caleventdata->timeduration = $timeduration; $caleventdata->timestart = $timestart;