From 8db070201c9b539b90025ece8157fde4164f5c6a Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 12 Jan 2018 06:23:05 +0000 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index e50af7d7..c393f9e5 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1888,9 +1888,9 @@ Class Table extends nb { } - public function maxlengths() { +# NB 12.01.18 public function maxlengths() { # NB 12.01.18 $sql = 'MAX(LENGTH('.$field->sql_name(true).'))'; - } +# NB 12.01.18 } public function fields_rows() { $rows = array_values($this->object2array($this->fields())); -- 2.47.3