Quote:
Originally Posted by philos2
Thanks in advance, it works fine on my test forum!
Two last similar question:
1. What is the query to change only the "Receive Email from Administrators" to ticked for all members? (i want to decide)
|
Code:
UPDATE user SET options = (options | 16)
and you can probably guess what the query for the other one would be

.
Quote:
2. I want to set the field "Time zone" for all users to "(GMT +2:00) Kaliningrad, South Africa, Cairo". What is the query?
|
I think it would be:
Code:
UPDATE user SET timezoneoffset = '2'