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