phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar index.php,1.44.2.1,1.44.2.2


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar index.php,1.44.2.1,1.44.2.2
Date: Thu, 06 Jun 2002 19:53:48 -0400

Update of /cvsroot/phpgroupware/calendar
In directory subversions:/tmp/cvs-serv18243/calendar

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
GNU Bug #548.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/index.php,v
retrieving revision 1.44.2.1
retrieving revision 1.44.2.2
diff -C2 -r1.44.2.1 -r1.44.2.2
*** index.php   15 May 2002 17:17:42 -0000      1.44.2.1
--- index.php   6 Jun 2002 23:53:45 -0000       1.44.2.2
***************
*** 27,30 ****
--- 27,34 ----
        
        include('../header.inc.php');
+       if(!is_object($GLOBALS['phpgw']->datetime))
+       {
+               $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');
+       }
  
        Header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=calendar.uicalendar.index&date='.date('Ymd',$GLOBALS['phpgw']->datetime->gmtnow
 + $GLOBALS['phpgw']->datetime->tz_offset)));




reply via email to

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