]> git.joonet.de Git - adminer.git/commitdiff
Remove duplicate statement
authorJakub Vrana <jakub@vrana.cz>
Sun, 17 Oct 2010 22:33:18 +0000 (00:33 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sun, 17 Oct 2010 22:33:18 +0000 (00:33 +0200)
adminer/include/connect.inc.php

index 242f1a89ef5f2f696964946fc52252ceafe7bc1a..231e2f7c400e6b8db63f3a068610972a2b32452c 100644 (file)
@@ -6,7 +6,6 @@ function connect_error() {
                page_header(lang('Database') . ": " . h(DB), lang('Invalid database.'), true);
        } else {
                if ($_POST["db"] && !$error) {
-                       set_session("dbs", null);
                        queries_redirect(substr(ME, 0, -1), lang('Databases have been dropped.'), drop_databases($_POST["db"]));
                }