[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.7,1.5.
From: |
Mark A Peters <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.7,1.5.2.8 |
Date: |
Sun, 01 Sep 2002 22:39:47 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv24181/phpgwapi/inc
Modified Files:
Tag: Version-0_9_14-branch
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.5.2.7
retrieving revision 1.5.2.8
diff -C2 -r1.5.2.7 -r1.5.2.8
*** class.datetime.inc.php 12 Aug 2002 22:50:30 -0000 1.5.2.7
--- class.datetime.inc.php 2 Sep 2002 02:39:44 -0000 1.5.2.8
***************
*** 65,69 ****
else
{
! $this->gmtnow = $this->getbestguess();
}
}
--- 65,69 ----
else
{
! $this->gmtnow = time() -
($this->getbestguess() * 3600);
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.7,1.5.2.8,
Mark A Peters <address@hidden> <=