]> git.mjollnir.org Git - moodle.git/commitdiff
Changed comment
authorstronk7 <stronk7>
Fri, 23 May 2008 22:30:42 +0000 (22:30 +0000)
committerstronk7 <stronk7>
Fri, 23 May 2008 22:30:42 +0000 (22:30 +0000)
lib/db/upgrade.php

index cc1e6cd07c25111691b041bf836f35ef573411c2..068cab7130e44263e33481c06d19cc318da8d3f8 100644 (file)
@@ -23,7 +23,7 @@ function xmldb_main_upgrade($oldversion=0) {
 
     $result = true;
 
-    $dbman = $DB->get_manager(); // loads XSMLDB classes too
+    $dbman = $DB->get_manager(); // loads ddl manager and xmldb classes
 
     ////////////////////////////////////////
     ///upgrade supported only from 1.9.x ///