From 8aba76fddf2e1b082300dc844243eeb288e49917 Mon Sep 17 00:00:00 2001 From: Ankit Agarwal Date: Mon, 8 Apr 2013 13:48:10 +0800 Subject: [PATCH] MDL-37562 calendar: Updating upgrade.txt to mention calendar_update_subscription() --- calendar/upgrade.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/calendar/upgrade.txt b/calendar/upgrade.txt index 54262b0211e..72a666ae5b0 100644 --- a/calendar/upgrade.txt +++ b/calendar/upgrade.txt @@ -8,6 +8,9 @@ required changes in code: * calendar_update_subscription_events() now throws a dml_exception instead of moodle_exception for bad subscriptions * calendar_get_mini() function now has optional $placement and $courseid paramaters. +optional - no changes needed: +* calendar_update_subscription() should now be used to update Ical subscriptions. + === 2.4 === required changes in code: