From: Jakub Vrana Date: Sun, 7 Jul 2013 06:12:12 +0000 (-0700) Subject: Add label to database selection X-Git-Tag: v4.0.0~173 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=2f1b337d9e3af35a8736befd4925bcea719a025f;p=adminer.git Add label to database selection --- 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):