diff --git a/calendar/lib.php b/calendar/lib.php index 381580eec01..f378c102b0a 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -3016,7 +3016,7 @@ function calendar_get_icalendar($url) { * Import events from an iCalendar object into a course calendar. * * @param iCalendar $ical The iCalendar object. - * @param int $courseid The course ID for the calendar. + * @param int $unused Deprecated * @param int $subscriptionid The subscription ID. * @return string A log of the import progress, including errors. */