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.3,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.bocalendar.inc.php,1.71.2.3,1.71.2.4
Date: Wed, 01 May 2002 12:08:31 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.bocalendar.inc.php 
Log Message:
Allows those with the EDIT permission to truly edit calendar events.

Index: class.bocalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.bocalendar.inc.php,v
retrieving revision 1.71.2.3
retrieving revision 1.71.2.4
diff -C2 -r1.71.2.3 -r1.71.2.4
*** class.bocalendar.inc.php    19 Apr 2002 13:50:59 -0000      1.71.2.3
--- class.bocalendar.inc.php    1 May 2002 16:08:29 -0000       1.71.2.4
***************
*** 897,901 ****
                        $can_edit = False;
                
!                       if(($event['owner'] == $this->owner) && 
($this->check_perms(PHPGW_ACL_EDIT) == True))
                        {
                                if($event['public'] == False || 
$event['public'] == 0)
--- 897,901 ----
                        $can_edit = False;
                
!                       if($this->check_perms(PHPGW_ACL_EDIT) == True)
                        {
                                if($event['public'] == False || 
$event['public'] == 0)




reply via email to

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