Project

General

Profile

« Previous | Next » 

Revision 1872

Added by Dietmar over 11 years ago

  1. bugfix preferences timezone, date_format, time_format settings, backend and frontend

View differences:

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