Matthias Englert <[EMAIL PROTECTED]> wrote: > > OK, but before I can fix the problem, I need to know how the > > mgd_list_members function is supposed to work. > > > As I said, (currently) I don't know. *callforhelp* Emiliano, > Torben, anybody?
As described in manual: http://www.midgard-project.org/manual/en/function.list-members.php "Lists the members of the group with id group." >From source: "member.id AS id, person.id AS uid," NAME_FIELD " AS name," RNAME_FIELD " AS rname,department," So simply , this function returns array of persons IDs with their names. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
