> Or:
> 
>       while ($article->fetch()) {
>               if ($article->type != 0 or $article->type != 2) continue;
>               # do somethin with $article
>       }

yes , but I got about ten types for article and for example type ten 
means that article is the same as for type 2 and 8.
But type 8 is displayed the other way than 2 etc etc etc.
I thought that much easier is to define all types before list, not
after fetch.

Piotras

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

Reply via email to