phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.66.2.16,


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.66.2.16,1.66.2.17
Date: Mon, 24 Jun 2002 19:22:31 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicalendar.inc.php 
Log Message:
GNU Bug #745.

Index: class.uicalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.66.2.16
retrieving revision 1.66.2.17
diff -C2 -r1.66.2.16 -r1.66.2.17
*** class.uicalendar.inc.php    23 Jun 2002 20:28:43 -0000      1.66.2.16
--- class.uicalendar.inc.php    24 Jun 2002 23:22:28 -0000      1.66.2.17
***************
*** 1283,1289 ****
                        );
  
!                       $startdate = 
mktime(0,0,0,$this->bo->month,1,$this->bo->year) - 
$GLOBALS['phpgw']->datetime->tz_offset;
!                       $days = 
$GLOBALS['phpgw']->datetime->days_in_month($this->bo->month,$this->bo->year);
!                       $enddate   = 
mktime(23,59,59,$this->bo->month,$this->bo->days,$this->bo->year) - 
$GLOBALS['phpgw']->datetime->tz_offset;
  
                        $header[] = lang(\'Category\');
--- 1283,1289 ----
                        );
  
!                       $startdate = 
mktime(0,0,0,$this->bo->month,1,$this->bo->year) - 
$GLOBALS[\'phpgw\']->datetime->tz_offset;
!                       $days = 
$GLOBALS[\'phpgw\']->datetime->days_in_month($this->bo->month,$this->bo->year);
!                       $enddate   = 
mktime(23,59,59,$this->bo->month,$this->bo->days,$this->bo->year) - 
$GLOBALS[\'phpgw\']->datetime->tz_offset;
  
                        $header[] = lang(\'Category\');




reply via email to

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