forked from extern/egroupware
quitent an other diagnostics
This commit is contained in:
parent
e139353781
commit
29ebabe0f5
@ -543,7 +543,7 @@ class ADODB_mysqli extends ADOConnection {
|
||||
$this->databaseName = $dbName;
|
||||
if ($this->_connectionID) {
|
||||
$result = @mysqli_select_db($this->_connectionID, $dbName);
|
||||
if (!$result) {
|
||||
if (!$result && $this->debug) {
|
||||
ADOConnection::outp("Select of database " . $dbName . " failed. " . $this->ErrorMsg());
|
||||
}
|
||||
return $result;
|
||||
|
Loading…
Reference in New Issue
Block a user