Quote:
Originally Posted by christianb
One thing that doesn't make sense to me...
PHP Code:
$ng_tz_serveroffset = $vbulletin->options['timeoffset']; $ng_tz_useroffset = $vbulletin->userinfo['timezoneoffset'];
$ng_hour = date('G'); $ng_now = bcadd($ng_hour, $ng_serveroffset); $ng_result = bcadd($ng_now, $ng_tz_useroffset);
in the first line of code: $ng_tz_serveroffset
in the fourth (or fifth depending on if you count the blank line): $ng_serveroffset
|
big typo, that's that's giving evryone problems, oops. i'll upload a fixed version.