groupAddAdmin( )

Makes an existing user an administrator of a group.

Pseudocode
groupAddAdmin(
  unsigned int groupId
  unsigned int userId
);
Parameters
  • groupId   The unique ID of this group.

  • userId   The unique ID of this user.

Returns

None