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