From f394946b2366ea2d18ce755e830417ac1f300b7a Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 29 Feb 2016 18:15:18 +0100 Subject: [PATCH] fix bug rows_end_ --- lib/php/db/table.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 '