On 01.02.01 (23:50), Alexander Levenetz wrote:
> But this
> 
>  $article = mgd_list_topic_articles_all($topic_id); {
>  $displayed = 0;
>  while ($displayed < 4 && $article && $article->fetch()) {
>    if (mgd_is_in_topic_tree(94, $article->id)) { continue; }
>    $displayed++;
> 
> should exclude subtopic 94 and its articles, right? Still,
> articles of that topic are displayed with the above
> &(article.name) command. And they should not.

So, you've got two possibilities: Either someone still finds a
bug in your code, or your setup isn't the way it should -- could
you do us the favor to explicitly check whether subtopic 94
actually is under topic #26?

     phr
-- 
Linksystem Muenchen GmbH                          [EMAIL PROTECTED]
Schloerstrasse 10                           http://www.link-m.de
80634 Muenchen                              Tel. 089 / 890 518-0
We make the Net work.                       Fax 089 / 890 518-77

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

Reply via email to