]> git.joonet.de Git - adminer.git/commitdiff
Delete duplicate code
authorJakub Vrana <jakub@vrana.cz>
Mon, 15 Sep 2014 04:47:03 +0000 (21:47 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 15 Sep 2014 04:47:03 +0000 (21:47 -0700)
adminer/drivers/firebird.inc.php

index cd192bb9372f2ae869737f79c69e36a0551dde01..696ecff8e50d54cd9c1f01a565f036986a883d2f 100644 (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"));
-               }
-
        }