#$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);
}