pp wrote:

> > What is the return value of the delete? Turn on mysql logging to see
> > what is submitted.
> 
>                   322 Query      SELECT type FROM style WHERE id=2
>                   322 Query      SELECT name,value FROM element WHERE style=2
>                   322 Query      SELECT up FROM style WHERE id=2
>                   322 Query      SELECT locker FROM article WHERE id=3578
>                   322 Query      SELECT author FROM article WHERE id=3578
>                   322 Query      SELECT topic FROM article WHERE id=3578
>                   322 Query      SELECT owner FROM topic WHERE id=179
>                   322 Query      SELECT up FROM topic WHERE id=179
>                   322 Query      SELECT owner FROM topic WHERE id=144
>                   322 Query      SELECT up FROM topic WHERE id=144
>                   322 Query      SELECT owner FROM topic WHERE id=7
>                   322 Query      SELECT up FROM topic WHERE id=7

So the user that's logged in is not the locker or author of the
article, and isn't in the owner group of topics 179, 144 or 7 (which
are the parent topics for article 3578 which you're trying to delete).
If that is correct, you are indeed not allowed to delete the article.

Emile


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

Reply via email to