[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.12.2.
From: |
Dave Hall <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.12.2.2,1.5.2.12.2.3 |
Date: |
Sun, 18 May 2003 18:16:03 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv14479
Modified Files:
Tag: Version-0_9_16-branch
class.datetime.inc.php
Log Message:
added error suppression @
Index: class.datetime.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.datetime.inc.php,v
retrieving revision 1.5.2.12.2.2
retrieving revision 1.5.2.12.2.3
diff -C2 -r1.5.2.12.2.2 -r1.5.2.12.2.3
*** class.datetime.inc.php 17 May 2003 21:23:12 -0000 1.5.2.12.2.2
--- class.datetime.inc.php 18 May 2003 22:16:01 -0000 1.5.2.12.2.3
***************
*** 52,56 ****
function datetime()
{
! $this->tz_offset = 3600 *
intval($GLOBALS['phpgw_info']['user']['preferences']['common']['tz_offset']);
print_debug('datetime::datetime::gmtnow',$this->gmtnow,'api');
--- 52,56 ----
function datetime()
{
! $this->tz_offset = 3600 *
intval(@$GLOBALS['phpgw_info']['user']['preferences']['common']['tz_offset']);
print_debug('datetime::datetime::gmtnow',$this->gmtnow,'api');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.datetime.inc.php,1.5.2.12.2.2,1.5.2.12.2.3,
Dave Hall <address@hidden> <=