Nicholas Janzen wrote:
> <? $atarticle = mgd_get_article($id);
> if(! $atarticle ) {
> echo "failed to get article.<br>\n";
> echo "reason: " . mgd_errstr();
> }
> $atts = $atarticle->listattachments; btw atts is NULL after this line.
Try $atts = $atarticle->listattachments(). PHP may be considering this
a property call. Not sure, just a guess.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- [midgard-user] attachments Kirkens Bymisjon Troms�
- Re: [midgard-user] attachments Emiliano
- [midgard-user] attachments Nicholas Janzen
- Re: [midgard-user] attachments Emiliano
- Re: [midgard-user] attachments Nicholas Janzen
- Re: [midgard-user] attachments Emiliano
- Re: [midgard-user] attachments Nicholas Janzen
- Re: [midgard-user] attachments Emiliano
- [midgard-user] attachments Emiliano
- [midgard-user] attachments Tarjei Huse
- Re: [midgard-user] attachments Emiliano
- Re: [midgard-user] attachments armand
- Re: [midgard-user] attachments Tarjei Huse
- [midgard-user] Attachments Michael Ross (PCT North West)
- Re: [midgard-user] Attachments Marcin Sołtysiak
- RE: [midgard-user] Attachments Michael Ross (PCT North West)
