]> git.mjollnir.org Git - moodle.git/commitdiff
accesslib upgrade: remove stray build_context_rel(), force path rebuild
authormartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:53:00 +0000 (07:53 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 19 Sep 2007 07:53:00 +0000 (07:53 +0000)
Fixes problems during upgrades from 1.7x/1.8.x to mdl19-perf.

lib/db/upgrade.php

index cd1136aa0e748552151ef3d0408dd84f9eb09ac7..da8de77f395b8423ddb884896079f6ba087c8d2f 100644 (file)
@@ -1558,7 +1558,7 @@ function xmldb_main_upgrade($oldversion=0) {
     /// MDL-10679, context_rel clean up
     if ($result && $oldversion < 2007080200) {
         delete_records('context_rel');
-        build_context_rel();
+        /// /deprecated and gone / build_context_rel();
     }
 
     if ($result && $oldversion < 2007080202) {