mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/10057] Fixes for a bunch of small problems.
PHPBB3-10057
This commit is contained in:
@@ -81,7 +81,7 @@ class dbal_firebird extends dbal
|
||||
}
|
||||
else
|
||||
{
|
||||
$thih->service_handle = false;
|
||||
$this->service_handle = false;
|
||||
}
|
||||
|
||||
return ($this->db_connect_id) ? $this->db_connect_id : $this->sql_error('');
|
||||
|
Reference in New Issue
Block a user