forked from extern/egroupware
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('yes','');
|
||||||
$p->set_var('no','');
|
$p->set_var('no','');
|
||||||
$p->pparse('out','body');
|
$p->pparse('out','body');
|
||||||
|
$phpgw->common->phpgw_footer();
|
||||||
$phpgw->common->phpgw_exit();
|
$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) {
|
if ($confirm) {
|
||||||
$phpgw->db->lock(array('phpgw_accounts','phpgw_acl'));
|
$phpgw->db->lock(array('phpgw_accounts','phpgw_acl'));
|
||||||
|
Loading…
Reference in New Issue
Block a user