phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.1.2.


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.1.2.4,1.1.2.4.2.1
Date: Wed, 26 Mar 2003 17:53:06 -0500

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv8451

Modified Files:
      Tag: Version-0_9_16-branch
        class.uiaclprefs.inc.php 
Log Message:
- Added an extra set of ACL options for developers


Index: class.uiaclprefs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uiaclprefs.inc.php,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.4.2.1
diff -C2 -r1.1.2.4 -r1.1.2.4.2.1
*** class.uiaclprefs.inc.php    28 Oct 2002 23:48:48 -0000      1.1.2.4
--- class.uiaclprefs.inc.php    26 Mar 2003 22:53:04 -0000      1.1.2.4.2.1
***************
*** 396,399 ****
--- 396,402 ----
                        
$this->check_acl($label,$id,'private',$rights,PHPGW_ACL_PRIVATE,$is_group);
  
+                       
$this->check_acl($label,$id,'custom_1',$rights,PHPGW_ACL_CUSTOM_1,($is_group_set
 && ($rights & PHPGW_ACL_CUSTOM_1) && !$is_group?$is_group_set:False));
+                       
$this->check_acl($label,$id,'custom_2',$rights,PHPGW_ACL_CUSTOM_2,($is_group_set
 && ($rights & PHPGW_ACL_CUSTOM_2) && !$is_group?$is_group_set:False));
+                       
$this->check_acl($label,$id,'custom_3',$rights,PHPGW_ACL_CUSTOM_3,($is_group_set
 && ($rights & PHPGW_ACL_CUSTOM_3) && !$is_group?$is_group_set:False));
                        $this->template->parse('row','acl_row',True);
                }





reply via email to

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