On includes/TimeDate.php line ~46 you have something like this.
is this a bug or no?PHP Code:if(isset($user))
{
if($usertimezone = $user->getPreference('timezone')) {//notice just one = here
if(empty($timezones[$usertimezone])) {
$GLOBALS['log']->fatal('TIMEZONE:NOT DEFINED-'. $usertimezone);
$usertimezone = array();
} else {
$usertimezone = $timezones[$usertimezone];
}
}
}


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks