> > if $article returned the same error that means "Object does 
> > not exist" ?
> But the article exists?! So does it mean there are no attachments for
> this article?

Did You try to use mgd_errstr(); ?

<? $list = $currarticle->listattachments();
if ($list) {echo "ok!" . mgd_errstr(); }
if (!$list) {echo "not ok , cause:" . mgd_errstr(); } ?>

It is very helpfull while debugging Your code.

Piotras

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

Reply via email to