Use phpgw_exit () in html_page_close () instead of exit;

This commit is contained in:
zone 2001-08-28 08:09:04 +00:00
parent 300ed326f3
commit 8369a7f330

View File

@ -167,7 +167,7 @@ function html_page_close ()
// html_page_body_end ();
// html_page_end ();
$phpgw->common->phpgw_footer ();
exit;
$phpgw->common->phpgw_exit ();
}
function html_text_bold ($text = NULL, $return = 0, $lang = 0)
{