> Hello,
>
> Is there a fast way to check if a article is unapproved? Is the
> fastest way to compare $article->revised with $article->approved?
>
> I have tried to check for $article->approver != 0 but that only works
With this you are saying that the approver isn't the person with id 0 usally
the Midgard Administrator, try with
if($article->approved)
ciao,
Fabio.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]