From d4dec01c6957bdc1bef45c50040bb76a33bed6c8 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 2 Aug 2002 17:41:54 +0000 Subject: [PATCH] No change (just a comment) --- admin/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") { -- 2.39.5