The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
I dont believe php 4 supports references in a foreach construct, which you shouldnt being using regardless.
The nature of foreach is to use a copy of an array and go through it key by key, if you want to operate on references, it would be better to use a for construct $keys = count($array); for ($i=0;$i<=$keys;$i++) { $option = &$array[$i]; } and so on |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|