aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-09-26 00:42:04 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-09-26 00:42:04 +0200
commit03639c081cfe92dea223b6c2125e94319ae001ce (patch)
treedc0c0c291054a102e62a00ee7e95134a63266267 /phpBB/includes/functions.php
parent8da31332381b572f8d03c63d4c32a4f32ed8775f (diff)
downloadforums-03639c081cfe92dea223b6c2125e94319ae001ce.tar
forums-03639c081cfe92dea223b6c2125e94319ae001ce.tar.gz
forums-03639c081cfe92dea223b6c2125e94319ae001ce.tar.bz2
forums-03639c081cfe92dea223b6c2125e94319ae001ce.tar.xz
forums-03639c081cfe92dea223b6c2125e94319ae001ce.zip
[ticket/11866] Update some occurances of phpbb_db_ to new Namespace
PHPBB3-11866
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index e905375f4a..acf4800849 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -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