> > 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()) {  ... }
Sometimes i feel like my brain being on vacation :)

Daniel



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

Reply via email to