]> git.nbdom.net Git - nb.git/commitdiff
remove spaces
authorNicolas Boisselier <nicolas.boisselier@semantico.com>
Thu, 27 Oct 2016 13:09:24 +0000 (14:09 +0100)
committerNicolas Boisselier <nicolas.boisselier@semantico.com>
Thu, 27 Oct 2016 13:09:24 +0000 (14:09 +0100)
lib/php/db/table.php

index 843cdf1c5705483f6251ecfc936a73165d55777d..9457b55111c19bcf12c4cf6fdf39737a45696d8b 100644 (file)
@@ -1405,7 +1405,7 @@ Class Table extends nb {
       list($sql,$where,$limit,$select_count) = $this->rows_sql();
       foreach ([
         'maxlen' => 'MAX(LENGTH(<NAME>))',
-        'max' => 'MAX(<NAME>)', 
+        'max' => 'MAX(<NAME>)',
       ] as $name => $select) {
         if ($this->p($name)) {
           $sql = '';