phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hrm/inc class.acl2.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/inc class.acl2.inc.php
Date: Fri, 24 Feb 2006 13:49:25 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/02/24 13:49:24

Modified files:
        inc            : class.acl2.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/hrm/inc/class.acl2.inc.php.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: hrm/inc/class.acl2.inc.php
diff -u hrm/inc/class.acl2.inc.php:1.8 hrm/inc/class.acl2.inc.php:1.9
--- hrm/inc/class.acl2.inc.php:1.8      Fri Feb 24 13:23:54 2006
+++ hrm/inc/class.acl2.inc.php  Fri Feb 24 13:49:24 2006
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage accounts
-       * @version $Id: class.acl2.inc.php,v 1.8 2006/02/24 13:23:54 sigurdne 
Exp $
+       * @version $Id: class.acl2.inc.php,v 1.9 2006/02/24 13:49:24 sigurdne 
Exp $
        */
 
        /**
@@ -890,7 +890,9 @@
                                // cache the group-members for performance
                                {
                                        // if $grantor is a group, get its 
members
-                                       $members = 
$this->get_ids_for_location($grantor,1,'phpgw_group');                          
             if(!$members)
+                                       $members = 
$this->get_ids_for_location($grantor,1,'phpgw_group');
+                                       
+                                       if(!$members)
                                        {
                                                $accounts[$grantor] = 
Array($grantor);
                                                $is_group[$grantor] = False;




reply via email to

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