From f01826ee3953229d4626bb5bb57fd92aeaad0b30 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 5 Oct 2002 17:21:39 +0000 Subject: [PATCH] Moved module upgrading functions out into database-specific files --- admin/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/index.php b/admin/index.php index 7f65db4aef..af56326a5d 100644 --- a/admin/index.php +++ b/admin/index.php @@ -134,6 +134,7 @@ unset($module); include_once("$fullmod/version.php"); # defines $module with version etc + include_once("$fullmod/db/$CFG->dbtype.php"); # defines upgrading function if (!isset($module)) { continue; -- 2.39.5