]> git.mjollnir.org Git - moodle.git/commitdiff
Moved module upgrading functions out into database-specific files
authormoodler <moodler>
Sat, 5 Oct 2002 17:21:39 +0000 (17:21 +0000)
committermoodler <moodler>
Sat, 5 Oct 2002 17:21:39 +0000 (17:21 +0000)
admin/index.php

index 7f65db4aefe13938bbd4de7a5e712f264bfe9029..af56326a5d711f8d43ffc963def65af2b42e04ca 100644 (file)
         unset($module);
 
         include_once("$fullmod/version.php");  # defines $module with version etc
+        include_once("$fullmod/db/$CFG->dbtype.php");  # defines upgrading function
 
         if (!isset($module)) {
             continue;