The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
class_dm.php
method set_bitfield() Or basically: To set a bit [sql] UPDATE user SET options = IF ((options & X), options, options + X) WHERE userid = Y [/sql] To unset a bit [sql] UPDATE user SET options = IF ((options & X), options - X, options) WHERE userid = Y[/sql] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|