diff options
author | David King <imkingdavid@gmail.com> | 2013-09-25 16:49:12 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-09-25 16:49:12 -0700 |
commit | 779688b56b4fc22f975cb1b2a39b55d4b9afc231 (patch) | |
tree | df087d6bdc7343527a71c1c78846e789d99ae8b4 /phpBB/includes/functions.php | |
parent | 427f73a3238e54f1a3e44047716c88ee93c7fcfe (diff) | |
parent | 6d5be041e46b65c4ac60bc0f66cc365988593775 (diff) | |
download | forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar.gz forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar.bz2 forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.tar.xz forums-779688b56b4fc22f975cb1b2a39b55d4b9afc231.zip |
Merge pull request #1733 from nickvergessen/ticket/11866
Ticket/11866 Fix some more namespace issues
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 91a80a897d..b3e50847fd 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5701,7 +5701,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 |