1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11866] Update some occurances of phpbb_db_ to new Namespace

PHPBB3-11866
This commit is contained in:
Joas Schilling
2013-09-26 00:42:04 +02:00
parent 8da3133238
commit 03639c081c
5 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ found below. More information on configuration options can be found on the
wiki (see below).
<?php
$dbms = 'phpbb_db_driver_mysqli';
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'database';