> 
> Is there a fast way to check if a article is unapproved? Is the 
> fastest way to compare $article->revised with $article->approved?


while ($art->fecth())
        {       
        if (!$art->approve)
        }

does not this work?

Piotras

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

Reply via email to