Errors are reported by Adminer

This commit is contained in:
Jakub Vrana 2010-07-20 11:42:05 +02:00
parent 7f12b14802
commit 1f1d6c3430

View file

@ -18,6 +18,7 @@ if (!defined("DRIVER")) {
}
function connect($server, $username, $password) {
mysqli_report(MYSQLI_REPORT_OFF); // stays between requests
list($host, $port) = explode(":", $server, 2); // part after : is used for port or socket
return @$this->real_connect(
($server != "" ? $host : ini_get("mysqli.default_host")),