phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [21196] Fix: set timezone 4746:5203


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [21196] Fix: set timezone 4746:5203
Date: Wed, 14 Apr 2010 19:27:02 +0000

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');
                }
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]