1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

oops, that's not quite right

git-svn-id: file:///svn/phpbb/trunk@4346 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-08-06 18:33:03 +00:00
parent 4a75a2512b
commit 80688a477b

View File

@ -189,13 +189,12 @@ set_error_handler('msg_handler');
$user = new user();
$auth = new auth();
$cache = new acm();
$template = new template();
$db = new sql_db();
// Connect to DB
$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false);
$template = new template($db);
// Grab global variables, re-cache if necessary
if ($config = $cache->get('config'))
{