From 93cc145f885bdcb19845966025b70e49c9ea16c4 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 23 Jan 2013 15:48:50 +0800 Subject: [PATCH] MDL-37082 core_course: include details of deprecation in the upgrade.txt file --- lib/upgrade.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index be688260e76..ff30d90612b 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -9,6 +9,11 @@ information provided here is intended especially for developers. * Function get_print_section_cm_text() is deprecated, replaced with methods in cm_info * zip_packer may create empty zip archives, there is a new option to ignore problematic files when creating archive +* The function delete_course_module was deprecated and has been replaced with + course_delete_module. The reason for this was because the function delete_course_module + only partially deletes data, so wherever it was called extra code was needed to + perform the whole deletion process. The function course_delete_module now takes care + of the whole process. === 2.4 === -- 2.43.0