MDL-13080 delete calendar events when uninstalling modules; merged from MOODLE_19_STABLE

This commit is contained in:
skodak
2008-01-21 07:08:31 +00:00
parent 246c7eb9d0
commit 0806f57068
+5
View File
@@ -105,6 +105,11 @@
}
}
// delete calendar events
if (!delete_records("event", "modulename", $delete)) {
notify("Error occurred while deleting all $strmodulename records in calendar event table");
}
// clear course.modinfo for courses
// that used this module...
$sql = "UPDATE {$CFG->prefix}course