David Guerizec wrote:

> >> $t = mgd_get_topic($topic->id);
> >> if($t->sitegroup) {
> >> }
> > 
> > I think $t is actually empty until the first fetch. I don't think a
> > test at this point will produce valid results.
> 
> of course, I meant:
> 
> while($topic->fetch()) {

Sorry, I wasn't paying enough attention. I thought it said:

$t = mgd_list_topics(...);
if ($t->sitegroup) {

ignore my earlier comment.

Emile


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

Reply via email to