diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 6ec3e09c..9dca898c 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -423,7 +423,7 @@ document.getElementById('username').focus(); function editInput($table, $field, $attrs, $value) { if ($field["type"] == "enum") { return ($field["null"] ? " " : "") - . "" + . "" ; } return ""; diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 7bb63102..0ee67964 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -257,4 +257,5 @@ $translations = array( 'Alter type' => 'Pozměnit typ', 'Search data in tables' => 'Vyhledat data v tabulkách', 'From server' => 'Ze serveru', + 'empty' => 'prázdné', );