Fixing issues found by Roly and me
This commit is contained in:
2
thirdparty/pear/DB/mysqli.php
vendored
2
thirdparty/pear/DB/mysqli.php
vendored
@@ -117,7 +117,7 @@ class DB_mysqli extends DB_common
|
||||
*/
|
||||
function __construct()
|
||||
{
|
||||
$this->DB_common();
|
||||
parent::__construct();
|
||||
$this->phptype = 'mysqli';
|
||||
$this->dbsyntax = 'mysqli';
|
||||
$this->features = array(
|
||||
|
||||
2
thirdparty/pear/DB/oci8.php
vendored
2
thirdparty/pear/DB/oci8.php
vendored
@@ -67,7 +67,7 @@ class DB_oci8 extends DB_common
|
||||
|
||||
function __construct()
|
||||
{
|
||||
$this->DB_common();
|
||||
parent::__construct();
|
||||
$this->phptype = 'oci8';
|
||||
$this->dbsyntax = 'oci8';
|
||||
$this->features = array(
|
||||
|
||||
2
thirdparty/pear/DB/odbc.php
vendored
2
thirdparty/pear/DB/odbc.php
vendored
@@ -52,7 +52,7 @@ class DB_odbc extends DB_common
|
||||
|
||||
function __construct()
|
||||
{
|
||||
$this->DB_common();
|
||||
parent::__construct();
|
||||
$this->phptype = 'odbc';
|
||||
$this->dbsyntax = 'sql92';
|
||||
$this->features = array(
|
||||
|
||||
2
thirdparty/pear/DB/pgsql.php
vendored
2
thirdparty/pear/DB/pgsql.php
vendored
@@ -53,7 +53,7 @@ class DB_pgsql extends DB_common
|
||||
|
||||
function __construct()
|
||||
{
|
||||
$this->DB_common();
|
||||
parent::__construct();
|
||||
$this->phptype = 'pgsql';
|
||||
$this->dbsyntax = 'pgsql';
|
||||
$this->features = array(
|
||||
|
||||
Reference in New Issue
Block a user