mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.php
This commit is contained in:
commit
18039cfa6a
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ class dbal_mssqlnative extends dbal
|
|||
$this->server = $sqlserver . (($port) ? $port_delimiter . $port : '');
|
||||
|
||||
//connect to database
|
||||
error_reporting(E_ALL);
|
||||
$this->db_connect_id = sqlsrv_connect($this->server, array(
|
||||
'Database' => $this->dbname,
|
||||
'UID' => $this->user,
|
||||
|
|
Loading…
Add table
Reference in a new issue