From 658c24fbca77babbc8c6781ac28c4fcf9fd22531 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 26 May 2018 03:33:06 +0100 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 36e49855..0b4002af 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -503,7 +503,8 @@ class DbQ extends nb { private function table_rows($fct=null) { $this->db->limit = $this->limit(); $ropt = [ - 'html_menu' => empty($this->_nopage), + #'html_menu' => empty($this->_nopage), + 'is_html' => empty($this->_nopage), ]; if (!empty($this->_nopage)) { $this->table->show_url_sort = false; -- 2.47.3