From: martin Date: Fri, 2 Aug 2002 17:41:54 +0000 (+0000) Subject: No change (just a comment) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d4dec01c6957bdc1bef45c50040bb76a33bed6c8;p=moodle.git No change (just a comment) --- diff --git a/admin/index.php b/admin/index.php index bef0699778..ea63d3e963 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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") {