Quote:
Originally Posted by NeXuM
hi again,
i have one more question
how can i enable the option "automatically switch to daylight saving time" for all users of the forum with a sql command ?
thanks!
|
I'm not sure if this is what you are looking for or not. But if you do use it, make sure the backup the db first as I can not guarantee anything. Also, if you do try it. let me know if it does what you are wanting. The thread for this is at the following URL:
http://www.vbulletin.com/forum/showt...=1#post1197837
Code:
UPDATE user SET options=options + 128 WHERE NOT(options & 128)