From: Nicolas Boisselier Date: Sat, 26 May 2018 02:33:06 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=658c24fbca77babbc8c6781ac28c4fcf9fd22531;p=nb.git www/dbq/dbq.php --- 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;