mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 12:21:24 +02:00
Add missing method
This commit is contained in:
@@ -24,6 +24,10 @@ if (extension_loaded('pdo')) {
|
|||||||
|
|
||||||
/*abstract function select_db($database);*/
|
/*abstract function select_db($database);*/
|
||||||
|
|
||||||
|
function quote($string) {
|
||||||
|
return $this->pdo->quote($string);
|
||||||
|
}
|
||||||
|
|
||||||
function query($query, $unbuffered = false) {
|
function query($query, $unbuffered = false) {
|
||||||
$result = $this->pdo->query($query);
|
$result = $this->pdo->query($query);
|
||||||
$this->error = "";
|
$this->error = "";
|
||||||
|
Reference in New Issue
Block a user