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:
jakubvrana 2009-08-28 15:18:52 +00:00
parent 702e949d30
commit 54899fd554

View file

@ -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 {