phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php, 1.71.2.36


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php, 1.71.2.36, 1.71.2.37 class.uicalendar.inc.php, 1.66.2.58, 1.66.2.59
Date: Sun, 13 Jul 2003 07:17:20 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.bocalendar.inc.php class.uicalendar.inc.php 
Log Message:
fix for day view bug

Index: class.bocalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.bocalendar.inc.php,v
retrieving revision 1.71.2.36
retrieving revision 1.71.2.37
diff -C2 -r1.71.2.36 -r1.71.2.37
*** class.bocalendar.inc.php    4 Jul 2003 11:34:44 -0000       1.71.2.36
--- class.bocalendar.inc.php    13 Jul 2003 11:17:17 -0000      1.71.2.37
***************
*** 1222,1226 ****
                                // Check if the $user is one of the 
participants or has a read-grant from one of them
                                //
!                               while(list($uid,$status) = 
each($event['participants']))
                                {
                                        if ($this->grants[$uid] & 
PHPGW_ACL_READ || $uid == $user)
--- 1222,1227 ----
                                // Check if the $user is one of the 
participants or has a read-grant from one of them
                                //
!                               reset($event['participants']);
!                               while(list($uid,$accept) = 
each($event['participants']))
                                {
                                        if ($this->grants[$uid] & 
PHPGW_ACL_READ || $uid == $user)

Index: class.uicalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.66.2.58
retrieving revision 1.66.2.59
diff -C2 -r1.66.2.58 -r1.66.2.59
*** class.uicalendar.inc.php    4 Jul 2003 13:03:16 -0000       1.66.2.58
--- class.uicalendar.inc.php    13 Jul 2003 11:17:17 -0000      1.66.2.59
***************
*** 3414,3418 ****
                                print_debug('Count',count($events));
                                $last_ind = -1;
!                               while(list($event) = each($events))
                                {
                                        if ($event['recur_type'])       // 
calculate start- + end-datetime for recuring events
--- 3414,3418 ----
                                print_debug('Count',count($events));
                                $last_ind = -1;
!                               while(list(,$event) = each($events))
                                {
                                        if ($event['recur_type'])       // 
calculate start- + end-datetime for recuring events





reply via email to

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