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]

Reply via email to