Add missing )

This commit is contained in:
Miles Lott 2001-05-27 04:06:38 +00:00
parent 3d0e17958b
commit 7d281d7173

View File

@ -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