Alexander Levenetz wrote:

> Now I become demanding ;-): how do I exclude a second subtopic? I
> cannot just add the second number (195),
> 
> if (mgd_is_article_in_topic_tree(94, 195, $article->id)) { continue; }
> 
> I just found out. Is that possible somehow? And: that would be the
> last one I need to exclude... :-)

if (mgd_is_article_in_topic_tree(94, $article->id)) { continue; }
if (mgd_is_article_in_topic_tree(195, $article->id)) { continue; }

Sorry, there is currently no other way.

Emile


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

Reply via email to