From 1f574d0dc335d0c9f2ceeb28b63cfcf83c4172ce Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 1 Aug 2006 04:25:27 +0000 Subject: [PATCH] r994: We should actually init the DB module instead of just loading it --- install/global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/global.php b/install/global.php index 2e982f8..98f3d65 100644 --- a/install/global.php +++ b/install/global.php @@ -46,7 +46,7 @@ require_once('./includes/config.php'); $bugsys->set('debug', $debug); define('ISSO_DB_LAYER', 'db_mysql'); -$bugsys->load('db_mysql'); +$bugsys->load('db_mysql', 'db', true); $db->connect($servername, $username, $password, $database, $usepconnect); define('DEVDEBUG', $debug); -- 2.22.5