From: Nicolas Boisselier Date: Thu, 27 Oct 2016 13:09:24 +0000 (+0100) Subject: remove spaces X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=5ac46be888e27c6db04c6beaead560a2ac1e9a65;p=nb.git remove spaces --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 843cdf1c..9457b551 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1405,7 +1405,7 @@ Class Table extends nb { list($sql,$where,$limit,$select_count) = $this->rows_sql(); foreach ([ 'maxlen' => 'MAX(LENGTH())', - 'max' => 'MAX()', + 'max' => 'MAX()', ] as $name => $select) { if ($this->p($name)) { $sql = '';