From: Devops Date: Thu, 6 Apr 2017 14:27:20 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=47e4ac5e31274b397a7532fe246f5c50c6d11e1f;p=nb.git lib/php/db/table.php --- 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); }