* @return void
* @access public
*/
- function MECON_HTML_Page() // ~X2C
+ function MECON_HTML_Page()
{
parent::HTML_Page(
array (
$this->addBodyContent('<pre>');
$this->addBodyContent($this->_dump->r_display($var));
$this->addBodyContent('</pre>');
- if ($exit) exit;
+ if ($exit) {
+ $this->display();
+ exit;
+ }
}
}
+
?>
\ No newline at end of file