mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
Still odd, but will delete the members and then the group if approved to do so
This commit is contained in:
parent
0d7d57474f
commit
a9fe0f0b0d
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user