>
>
>$name = &$article->name;
>instead:
>$name = $article->name;
>
>after $article->fetch??
>
Before :) I cannot promise you it works but I think it does.

i.e. :

$name = &$article->name;

$article = mgd_list/get_articles($id);

while ($article->fetch) {
&(name); etc

}
you might have to set article var before setting the references, I'm not 
sure.
TH

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



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

Reply via email to