Skip to content

Commit

Permalink
Delete duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Sep 15, 2014
1 parent d029cad commit 8871fff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions adminer/drivers/firebird.inc.php
Expand Up @@ -114,11 +114,6 @@ function __destruct() {


class Min_Driver extends Min_SQL {

function insert($table, $set) {
return ($set ? parent::insert($table, $set) : queries("INSERT INTO " . table($table) . " DEFAULT VALUES"));
}

}


Expand Down

0 comments on commit 8871fff

Please sign in to comment.