1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

- forgot a few places :P

git-svn-id: file:///svn/phpbb/trunk@7010 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-02-19 04:15:35 +00:00
parent 1d6fd8e135
commit 28871e1f7b
4 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ if ($id && $sid)
$cache = new cache();
// Connect to DB
if (!@$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false))
if (!@$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false, false))
{
exit;
}