Revision 1872
Added by Dietmar over 11 years ago
- bugfix preferences timezone, date_format, time_format settings, backend and frontend
class.wb.php | ||
---|---|---|
305 | 305 |
|
306 | 306 |
// Get the current users timezone |
307 | 307 |
function get_timezone() { |
308 |
return (isset($_SESSION['USE_DEFAULT_TIMEZONE']) ? '-72000' : $_SESSION['TIMEZONE']); |
|
308 |
|
|
309 |
return (isset($_SESSION['USE_DEFAULT_TIMEZONE']) ? '-72000' : $this->get_session('TIMEZONE')); |
|
309 | 310 |
} |
310 | 311 |
|
311 | 312 |
// Validate supplied email address |
Also available in: Unified diff