From 5ac46be888e27c6db04c6beaead560a2ac1e9a65 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 27 Oct 2016 14:09:24 +0100 Subject: [PATCH] remove spaces --- lib/php/db/table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.47.3