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:
@@ -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"));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user