]> git.mjollnir.org Git - moodle.git/commitdiff
Grrr (missed to delete some lines) MDL-11751
authorstronk7 <stronk7>
Sun, 14 Oct 2007 09:54:57 +0000 (09:54 +0000)
committerstronk7 <stronk7>
Sun, 14 Oct 2007 09:54:57 +0000 (09:54 +0000)
lib/db/upgrade.php

index ff56d7b0494a11ee48cc9e2b297a6f3d1422a8ae..78a478579f56ac68e13580bd908fa760268d54ba 100644 (file)
@@ -722,9 +722,6 @@ function xmldb_main_upgrade($oldversion=0) {
     /// Launch add field idnumber
         $result = $result && add_field($table, $field);
 
-    /// Launch add index idnumber
-        $result = $result && add_index($table, $index);
-
         upgrade_main_savepoint($result, 2007041100);
     }