1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -84,7 +84,7 @@ class driver
// Fill default sql layer based on the class being called.
// This can be changed by the specified layer itself later if needed.
$this->sql_layer = substr(get_class($this), strlen('phpbb_db_driver_'));
$this->sql_layer = substr(get_class($this), strlen('phpbb\db\driver\\'));
// Do not change this please! This variable is used to easy the use of it - and is hardcoded.
$this->any_char = chr(0) . '%';