mirror of
https://github.com/vrana/adminer.git
synced 2026-01-03 22:31:08 +01:00
Remove function for minification (obsolete)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1037 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -54,10 +54,6 @@ if (extension_loaded('pdo')) {
|
||||
$row = $result->fetch();
|
||||
return $row[$field];
|
||||
}
|
||||
|
||||
function quote($string) {
|
||||
return parent::quote($string);
|
||||
}
|
||||
}
|
||||
|
||||
class Min_PDOStatement extends PDOStatement {
|
||||
|
||||
Reference in New Issue
Block a user