> > <? $art = mgd_list_topic_articles($topic);
> > while ($art->fetch()) {
> > $article = mgd_get_article($art->id);
> > $creator = $article->creator;
> > $person = mgd_get_person ($creator->id);
>
> That won't work. $article->creator is not object, so you can't call
> members on it.
>
?????????????
Sorry Emile, I do not understand.
That script works for me. I do not want member.
I need person.
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]