[commits] [Wiki] changed: HordeGroupAPI
Ben Klang
ben at alkaloid.net
Sun Jan 30 17:11:08 UTC 2011
bklang Sun, 30 Jan 2011 12:11:08 -0500
Modified page: http://wiki.horde.org/HordeGroupAPI
New Revision: 1.11
Change log: formatting
@@ -82,16 +82,16 @@
+++ userIsInGroup($user, $gid, $subgroups = true)
Say if a user is a member of a group or not.
-+++ @@+++ addUser($username, $gid) @@
++++ addUser($gid, $username)
Add a user to a group.
* Should be able to handle arrays for both parameters.
Should probably be private. This method exists for the instantiated
Horde_Group objects to perform backend operations. Application code
should work with Horde_Group objects.
-+++ removeUser($username, $gid)
++++ removeUse($gid, $username)
Remove a user from a group.
Should probably be private. This method exists for the instantiated
Horde_Group objects to perform backend operations. Application code
should work with Horde_Group objects.
More information about the commits
mailing list