From 796b863f890a8ad0e95b22e4230ffe6ce92ee1b2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 26 Dec 2016 15:01:15 +0000 Subject: [PATCH] limit bug --- www/dbq/dbq.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 9ed1b68c..1c33acef 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -105,6 +105,8 @@ class DbQ extends nb { // Write output $this->default_limit = $this->db->limits[0]; + $this->pdef('limit',$this->default_limit); + $this->db->limit = $this->p('limit'); if (empty($this->_nopage)) { $this->page->headers_no_cache(); -- 2.47.3