Daniel Reichenbach wrote:

> > 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?

That's certainly possible. list_attachments returns false if there are
no attachments. My listing code generally looks like:

while ($list && $list->fetch()) { ... }

or

if ($list) while ($list->fetch()) {  ... }

Emile



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

Reply via email to