![]() |
Update Admin Email Option
I'm looking for a query to update the user table so all members who disabled receiving emails from admins is changed so they will receive them.
|
You can use this:
Code:
UPDATE user SET options = options + 16 WHERE NOT (options & 16) You can also execute that same query from Maintenance > Execute SQL Query by finding it in the "Automatic Query" list. (To do that you need to be in the config.php file as a user who is allowed to execute queries). |
Quote:
Code:
UPDATE user SET options = options + 16 WHERE NOT (options & 16) |
Quote:
|
All times are GMT. The time now is 12:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|