From: Nicolas Boisselier Date: Fri, 12 Jan 2018 06:23:05 +0000 (+0000) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=8db070201c9b539b90025ece8157fde4164f5c6a;p=nb.git lib/php/db/table.php --- 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()));