From d6026878dc093b032c1b7adb581b2a1cea0917ab Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Apr 2007 05:49:50 +0000 Subject: [PATCH] We don't need to load the database because we no longer use it and I don't think we will... --- includes/init.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/init.php b/includes/init.php index 9cfcb1e..e6eecff 100644 --- a/includes/init.php +++ b/includes/init.php @@ -45,9 +45,6 @@ require_once('ISSO/Xml.php'); BSRegister::SetDebug($debug); -BSRegister::Register('db', $db = BSRegister::LoadModule('DbMySql')); -$db->connect($conf['db']['server'], $conf['db']['user'], $conf['db']['pass'], $conf['db']['name'], 0); - BSRegister::Register('input', $input = BSRegister::LoadModule('Input')); // ################################################################### -- 2.22.5