mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Remove duplicate statement
This commit is contained in:
@@ -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"]));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user