1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +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

@@ -5671,7 +5671,7 @@ function phpbb_to_numeric($input)
* Convert either 3.0 dbms or 3.1 db driver class name to 3.1 db driver class name.
*
* If $dbms is a valid 3.1 db driver class name, returns it unchanged.
* Otherwise prepends phpbb_db_driver_ to the dbms to convert a 3.0 dbms
* Otherwise prepends phpbb\db\driver\ to the dbms to convert a 3.0 dbms
* to 3.1 db driver class name.
*
* @param string $dbms dbms parameter