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,1.44.2.1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar index.php,1.44,1.44.2.1
Date: Wed, 15 May 2002 13:17:45 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
This will give more accurate date to the local user when clicking the calendar 
icon.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/index.php,v
retrieving revision 1.44
retrieving revision 1.44.2.1
diff -C2 -r1.44 -r1.44.2.1
*** index.php   17 Sep 2001 02:33:18 -0000      1.44
--- index.php   15 May 2002 17:17:42 -0000      1.44.2.1
***************
*** 28,32 ****
        include('../header.inc.php');
  
!       Header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=calendar.uicalendar.index&date='.date('Ymd')));
        $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 28,32 ----
        include('../header.inc.php');
  
!       Header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=calendar.uicalendar.index&date='.date('Ymd',$GLOBALS['phpgw']->datetime->gmtnow
 + $GLOBALS['phpgw']->datetime->tz_offset)));
        $GLOBALS['phpgw']->common->phpgw_exit();
  ?>




reply via email to

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