diff options
Diffstat (limited to 'phpBB/phpbb/db/driver/firebird.php')
| -rw-r--r-- | phpBB/phpbb/db/driver/firebird.php | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/phpBB/phpbb/db/driver/firebird.php b/phpBB/phpbb/db/driver/firebird.php index 787c28b812..2df5eaf369 100644 --- a/phpBB/phpbb/db/driver/firebird.php +++ b/phpBB/phpbb/db/driver/firebird.php @@ -7,6 +7,8 @@  *  */ +namespace phpbb\db\driver; +  /**  * @ignore  */ @@ -20,7 +22,7 @@ if (!defined('IN_PHPBB'))  * Minimum Requirement is Firebird 2.1  * @package dbal  */ -class phpbb_db_driver_firebird extends phpbb_db_driver +class firebird extends \phpbb\db\driver\driver  {  	var $last_query_text = '';  	var $service_handle = false; | 
