1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Delete duplicate code

This commit is contained in:
Jakub Vrana
2014-09-14 21:47:03 -07:00
parent d029cadd60
commit 8871fffb7c

View File

@@ -114,11 +114,6 @@ if (isset($_GET["firebird"])) {
class Min_Driver extends Min_SQL {
function insert($table, $set) {
return ($set ? parent::insert($table, $set) : queries("INSERT INTO " . table($table) . " DEFAULT VALUES"));
}
}