"Stephan Elsner" <[EMAIL PROTECTED]> wrote:

> So I need to know the groups, an authenticated user belongs to.
> mgd_list_memberships([person ID])  seem to fail.

<?

$id = $person->id;
$pm = mgd_list_memberships( $id );

print_r($pm);

?>

what that returns?

> I'm also looking for a fast way to determine the owner group of a topic.

$topic->owner ?

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to