No change (just a comment)

This commit is contained in:
martin
2002-08-02 17:41:54 +00:00
parent 5750729092
commit d4dec01c69
+2 -1
View 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") {