]> git.mjollnir.org Git - moodle.git/commitdiff
Skip user_ tables in multilang upgrade
authormoodler <moodler>
Fri, 15 Jun 2007 06:08:51 +0000 (06:08 +0000)
committermoodler <moodler>
Fri, 15 Jun 2007 06:08:51 +0000 (06:08 +0000)
admin/multilangupgrade.php

index 8083af1c352a2245415f04e29eccdad81159f829..345b00ef66302477ecaead086f45ba1612a5a60f 100644 (file)
@@ -38,7 +38,7 @@ while(@ob_end_flush());
 
 echo '<strong>Progress:</strong>';
 $i = 0;
-$skiptables = array($CFG->prefix.'config');//, $CFG->prefix.'sessions2');
+$skiptables = array($CFG->prefix.'config', $CFG->prefix.'user_students', $CFG->prefix.'user_teachers');//, $CFG->prefix.'sessions2');
 
 foreach ($tables as $table) {
     if (($CFG->prefix && strpos($table, $CFG->prefix) !== 0)