]> git.mjollnir.org Git - moodle.git/commit
Merged from MOODLE_14_STABLE
authormartinlanghoff <martinlanghoff>
Wed, 22 Dec 2004 22:47:28 +0000 (22:47 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 22 Dec 2004 22:47:28 +0000 (22:47 +0000)
commit301045e4722746cd2149a1f137e7c2f86e18d453
treeb94d569bb26e4389196b9772ec7e24c935bd5d99
parent6c4149f5f46824443929bd0c4357a2d2d82f3e09
Merged from MOODLE_14_STABLE

Fixed upgrade bug that could show up in cases where:

- installations with large numbers of courses in a category AND 'hidden' courses in those categories
- where the database upgrade was performed while NOT in a logged-in-admin session
fix_course_sortorder() would fail to guarantee the uniqueness of course,sortorder and the new unique index on that column would fail  to be created.

Sigh.
lib/datalib.php