From a634339f4e63c1a8c8b973d59d56baaa0d442822 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 31 May 2002 13:20:01 +0000 Subject: [PATCH] Now looks for module SQL files in mod/db/dbtype.sql --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index affe3b3e7a..05e7e76dfb 100644 --- a/admin/index.php +++ b/admin/index.php @@ -61,7 +61,7 @@ print_header("Setting up database", "Setting up database", "Setting up module tables", ""); } $updated_modules = true; - if (modify_database("$fullmod/install.sql")) { + if (modify_database("$fullmod/db/$CFG->dbtype.sql")) { if ($module->id = insert_record("modules", $module)) { notify("$module->name tables have been set up correctly"); } else { -- 2.39.5