]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorDevops <sys@15gifts.com>
Thu, 6 Apr 2017 14:27:20 +0000 (15:27 +0100)
committerDevops <sys@15gifts.com>
Thu, 6 Apr 2017 14:27:20 +0000 (15:27 +0100)
lib/php/db/table.php

index 8fcdac86249d8187cc1e352afe27bed9ab80c9b2..9d428d008175537a0e1efefc25b7a76b2fc3ab77 100644 (file)
@@ -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);
 
   }