[21196] Fix: set timezone 4746:5203

Sigurd Nes <[email protected]> Wed, 14 Apr 2010 19:27:02 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 21196
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21196
Author:   sigurdne
Date:     2010-04-14 19:27:02 +0000 (Wed, 14 Apr 2010)
Log Message:
-----------
Fix: set timezone 4746:5203

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.log.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.log.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.log.inc.php	2010-04-14 19:26:00 UTC (rev 21195)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.log.inc.php	2010-04-14 19:27:02 UTC (rev 21196)
@@ -10,13 +10,14 @@
 	* @version $Id$
 	 */
 
+	phpgw::import_class('phpgwapi.datetime');
 	/**
 	* Log
 	* 
 	* @package phpgwapi
 	* @subpackage application
 	*/
-	class log
+	class phpgwapi_log
 	{
 		
 		/***************************\
@@ -71,8 +72,6 @@
 		
 		public function __construct()
 		{
-//			date_default_timezone_set(date_default_timezone_get());
-			date_default_timezone_set('UTC');
 		}