pp wrote:

> uh! It is enough.
> When I select from mysql , it looks like article is created, 
> but it doesn't display on any page.
> The code for displaying is just 
> <?
> $a = mgd_list_topic_articles(id)
> while $a->fetch(){ ?>
> &(a.name);
> <? } ?>
> 
> The created article has title and name.
> Invisible? ;)

What you're saying is not that the list fails, but turns up 0
records?

One thing that can cause this is if the author does not exist (in the
sitegroup, if enabled). But the creation function should have failed
if the person doesn't exist. You can test if this is the case by using
mgd_list_topic_articles_fast(id), which will ignore missing person
records.

Emile


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

Reply via email to