mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Add missing )
This commit is contained in:
parent
3d0e17958b
commit
7d281d7173
@ -156,7 +156,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Now make them a member of this group in phpgw.
|
// Now make them a member of this group in phpgw.
|
||||||
while (list($members = each($thismembers))
|
while (list($members) = each($thismembers))
|
||||||
{
|
{
|
||||||
// Insert acls for this group based on memberuid field.
|
// Insert acls for this group based on memberuid field.
|
||||||
// Since the group has app rights, we don't need to give users
|
// Since the group has app rights, we don't need to give users
|
||||||
|
Loading…
x
Reference in New Issue
Block a user