diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php
index 67760468..3dd64e16 100644
--- a/adminer/include/functions.inc.php
+++ b/adminer/include/functions.inc.php
@@ -300,7 +300,7 @@ function input($field, $value, $function) {
echo (count($functions) > 1 ? '' : " ") . '
';
$options = adminer_edit_input($_GET["edit"], $field); // usage in call is without a table
if (is_array($options)) {
- echo '';
+ echo '';
} elseif ($field["type"] == "set") { //! 64 bits
preg_match_all("~'((?:[^']+|'')*)'~", $field["length"], $matches);
foreach ($matches[1] as $i => $val) {
|