mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-66871 calendar: fix deprecated parameter in the phpDoc
This commit is contained in:
parent
eaf623c5bf
commit
26b683e798
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user