The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() Quote:
/// set timestamps to match function SetTimestampRange ( $min, $max ) { assert ( is_int($min) ); assert ( is_int($max) ); assert ( $min<=$max ); $this->_min_ts = $min; $this->_max_ts = $max; } Which is most odd. Looks like in 3.0.x everything is held as text. It appears adding: $datecut = intval($datecut); Just before datecut is first looked at seems to sort that out. As I assume intval doesn't do anything harmful so it can be used generically. Thanks oban for the guidence. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|