set noheader also if form action is cancelled

This commit is contained in:
Miles Lott 2001-05-16 13:34:13 +00:00
parent bda51d1136
commit d7042decb9

View File

@ -13,7 +13,7 @@
$phpgw_info = array();
if ($delete_account || !$account_id)
if ($delete_account || $cancel || !$account_id )
{
$phpgw_info['flags'] = array(
'noheader' => True,