From 2f1b337d9e3af35a8736befd4925bcea719a025f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 6 Jul 2013 23:12:12 -0700 Subject: [PATCH] Add label to database selection --- adminer/include/adminer.inc.php | 4 ++-- changes.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 49712dce..8b62d860 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -814,8 +814,8 @@ username.form['auth[driver]'].onchange(); " . optionlist(array("" => "(" . lang('database') . ")") + $databases, DB) . "" + echo "DB: " . ($databases + ? "" : '' ); echo "\n"; diff --git a/changes.txt b/changes.txt index 259c6974..aa1bf0f0 100644 --- a/changes.txt +++ b/changes.txt @@ -2,6 +2,7 @@ Adminer 3.7.2-dev: Save and continue edit by AJAX Add a new column in alter table on key press Mark length as required for strings +Add label to database selection PostgreSQL: Fix handling of nextval() default values Adminer 3.7.1 (released 2013-06-29):