The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HELP: mass change user's timezone
hi
I want to change all users who have set their timezone: 0 i want to change it to: +3 is their any simple command that replace all "0" with "+3" in user's timezone?? |
#2
|
||||
|
||||
[sql]update user set timezoneoffset='+3' WHERE timezoneoffset='0';[/sql]
Backup your db first! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|