From 3ddfb95662683e6bafbc4e9c1dfe03482850be75 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Oct 2009 01:28:04 +0000 Subject: [PATCH] Optimize field size --- htdocs/admin/dict.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index fad652a2fc0..7fc9d4bb74a 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -844,7 +844,9 @@ function fieldList($fieldlist,$obj='') } else { - print ''; + print ''; + print ''; + print ''; } } }