We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad7ab6 commit d715e90Copy full SHA for d715e90
lib/Database/ez_mysqli.php
@@ -81,7 +81,7 @@ public function quick_connect(
81
$charset = empty($charset) ? $this->database->getCharset() : $charset;
82
83
if (!$this->connect($user, $password, $host, (int) $port, $charset));
84
- else if (!$this->dbSelect($name, $charset));
+ else if (!$this->select($name, $charset));
85
86
return $this->_connected;
87
} // quick_connect
0 commit comments