From 47e4ac5e31274b397a7532fe246f5c50c6d11e1f Mon Sep 17 00:00:00 2001 From: Devops Date: Thu, 6 Apr 2017 15:27:20 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 8fcdac86..9d428d00 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -109,13 +109,11 @@ Class Table extends nb { #$this->pdef('header',$this->show_header); if (isset($_GET['rows.header'])) $this->show_header = $_GET['rows.header']; - $this->show_header = (bool)$this->p('header',$this->show_header); $this->pdef('header',$this->show_header); - - # TODO no more pdef !!! + $this->show_header = (bool)$this->p('header',$this->show_header); + #bye($this->show_header); + #$this->show_header = (bool)$this->show_header; #$this->db()->out->header($this->show_header); - #debug($this->db()->out->header()); - #bye((int)$this->show_header); } -- 2.47.3