Quote:
Originally Posted by BirdOPrey5
I agree it's a bit confusing, I base my assumption on his first post:
Coupled with the fact the first suggestion didn't accomplish what he wanted.
|
Yes, that looks a little confusing. Because the query I posted above shows all the signatures in posts for everyone. Bt if the OP wants to turn on signature display for all users instead, then that is another matter which can be accomplished with this other query:
Code:
UPDATE user SET options = options + 1 WHERE NOT (options & 1)