> 1: $currarticle = mgd_get_article($article->id);
> 2: $list = $currarticle->listattachments();
> 3: while ($list->fetch() ) {
> echo "name: " . $list->name . "<br>\n";
> }
The third line. I used mgd_get_article as listattachments on
$article returned the same error. Got no idea why this error comes up.Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
