mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Use phpgw_exit () in html_page_close () instead of exit;
This commit is contained in:
parent
300ed326f3
commit
8369a7f330
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user