diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 38912b72..0fbe7ba4 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -456,7 +456,7 @@ if (!$columns && support("table")) { $value = idx(idx($_POST["val"], $unique_idf), bracket_escape($key)); $editable = !is_array($row[$key]) && is_utf8($val) && $rows[$n][$key] == $row[$key] && !$functions[$key] && !$field["generated"]; $text = preg_match('~text|json|lob~', $field["type"]); - echo "NULL' || is_numeric(strip_tags($val))) ? " class='number'" : ""); if (($_GET["modify"] && $editable) || $value !== null) { $h_value = h($value !== null ? $value : $row[$key]); echo ">" . ($text ? "" : "");