The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
syntax problems with checking for constants in an array?
if ($user[membergroupids] == USERGROUP_A) always returns true, but
if ($user[membergroupids] == 'USERGROUP_A') and if ($user[membergroupids] == " . USERGROUP_A . ") always returns false If I just go if ($user[membergroupids] == '2'), it works as it should. Similarly, later on, if ($groupid != USERGROUP_A) branches properly. WTF am I doing wrong? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|