From: Nicolas Boisselier Date: Mon, 29 Feb 2016 17:15:18 +0000 (+0100) Subject: fix bug rows_end_ X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f394946b2366ea2d18ce755e830417ac1f300b7a;p=nb.git fix bug rows_end_ --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index d116e3bd..98071b80 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -720,7 +720,11 @@ FROM pg_catalog.pg_attribute a WHERE a.attrelid = (SELECT c.oid FROM pg_catalog. $opt['count'] = $count; $opt['limit'] = $limit; - echo $this->{"rows_end_$format"}(); + } + + echo $this->{"rows_end_$format"}(); + + if ($opt['is_html']) { echo '