phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.9,1.10


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.9,1.10
Date: Sun, 01 Sep 2002 22:39:38 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv24161/phpgwapi/inc

Modified Files:
        class.datetime.inc.php 
Log Message:
One more stupid mistake for the datetime class.

Index: class.datetime.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.datetime.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.datetime.inc.php      13 Aug 2002 23:38:47 -0000      1.9
--- class.datetime.inc.php      2 Sep 2002 02:39:36 -0000       1.10
***************
*** 66,70 ****
                                else
                                {
!                                       $this->gmtnow = $this->getbestguess();
                                }
                        }
--- 66,70 ----
                                else
                                {
!                                       $this->gmtnow = time() - 
($this->getbestguess() * 3600);
                                }
                        }





reply via email to

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