incorrect course number in categories after course delete; merged from MOODLE_16_STABLE

This commit is contained in:
skodak 2006-06-07 14:05:44 +00:00
parent 67e3f5b540
commit c2f3feed17

View File

@ -68,6 +68,7 @@
print_heading($strdeletingcourse);
delete_course($course->id);
fix_course_sortorder(); //update course count in catagories
print_heading( get_string("deletedcourse", "", $course->shortname) );