Still odd, but will delete the members and then the group if approved to do so

This commit is contained in:
Miles Lott 2001-03-14 19:53:06 +00:00
parent 0d7d57474f
commit a9fe0f0b0d

View File

@ -57,8 +57,12 @@
$p->set_var('yes','');
$p->set_var('no','');
$p->pparse('out','body');
$phpgw->common->phpgw_footer();
$phpgw->common->phpgw_exit();
}
} elseif ($removeusers && !$confirm) {
Header('Location: ' . $phpgw->link('/admin/deletegroup.php','group_id='.$group_id.'&confirm=True'));
$phpgw->common->phpgw_exit();
}
if ($confirm) {
$phpgw->db->lock(array('phpgw_accounts','phpgw_acl'));