From 804fb36faaaac6f75e13a9f184f6fa4a6047922a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 8 Aug 2013 19:29:10 -0700 Subject: [PATCH] Save bytes --- adminer/include/editing.inc.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 0f810403..d3c9978e 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -138,20 +138,21 @@ function textarea($name, $value, $rows = 10, $cols = 80) { */ function edit_type($key, $field, $collations, $foreign_keys = array()) { global $structured_types, $types, $unsigned, $on_actions; + $type = $field["type"]; ?> -" size="3" onfocus="editingLengthFocus(this);" onchange="editingLengthChange(this);" onkeyup="this.onchange();">