pp wrote:
> > > <? $art = mgd_list_topic_articles($topic);
> > > while ($art->fetch()) {
> > > $article = mgd_get_article($art->id);
> > > $creator = $article->creator;$creator is a string (or long, in todays CVS) after this assignment. > > > $person = mgd_get_person ($creator->id); So $creator->id should give an error. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
