The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
not detecting true variable
ok i have this variable set to true and i do not understand why it is not working
PHP Code:
|
#2
|
|||
|
|||
A few things:
- If the table contain more columns (i.e. A, version, C), the loop will be executed 3 times. $versionexist will be true after 'version' is read, and will be set to false again when C is read. Set $versionexist to false before entering the while, add a break after $versionexists = true, and remove the else part. - Is 'Field' with an initial capital? |
#3
|
||||
|
||||
yeah i figured it out, i had to remove the else statement.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|