> > 1:                    $currarticle = mgd_get_article($article->id);
> > 2:                    $list = $currarticle->listattachments();
> > 3:                    while ($list->fetch() ) {
> >                               echo "name: " . $list->name . "<br>\n";
> >                       }
> The third line. I used mgd_get_article as listattachments on
> $article returned the same error. Got no idea why this error comes up.

if $article returned the same error that means "Object does not exist" ?

Piotras

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

Reply via email to