mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 03:43:40 +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,6 +57,10 @@
|
|||||||
$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();
|
||||||
|
} elseif ($removeusers && !$confirm) {
|
||||||
|
Header('Location: ' . $phpgw->link('/admin/deletegroup.php','group_id='.$group_id.'&confirm=True'));
|
||||||
$phpgw->common->phpgw_exit();
|
$phpgw->common->phpgw_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user