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):