pp wrote:

> Rather no , I guess. I need to take values of all fields.
> All I thought is to make that:
> <?
> $a = mgd_get_article($id);
> $t = $a->up;
> 
> if ($t->up != $my_topic->$id) 

Ah, I see. No, this will not work. Change
  $t = $a->up;
into
  $t = mgd_get_topic($a->topic)

Emile


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

Reply via email to