]> git.mjollnir.org Git - moodle.git/commitdiff
No change (just a comment)
authormartin <martin>
Fri, 2 Aug 2002 17:41:54 +0000 (17:41 +0000)
committermartin <martin>
Fri, 2 Aug 2002 17:41:54 +0000 (17:41 +0000)
admin/index.php

index bef0699778e791557bb8985db32e377938f0bca8..ea63d3e963daafc70eb1ff41af5172f3a6f7457b 100644 (file)
@@ -74,7 +74,8 @@
     }
 
 
-    // Find and check all modules and load them up.
+    // Find and check all modules and load them up or upgrade them if necessary
+
     $dir = opendir("$CFG->dirroot/mod");
     while ($mod = readdir($dir)) {
         if ($mod == "." || $mod == ".." || $mod == "CVS") {