phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php
Date: Mon, 09 Oct 2006 20:37:25 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/10/09 20:37:25

Modified files:
        inc            : class.acl.inc.php 

Log message:
        Difficult logic - might be tuned (and some formatting)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.acl.inc.php?cvsroot=phpgwapi&r1=1.89&r2=1.90

Patches:
Index: class.acl.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- class.acl.inc.php   4 Oct 2006 10:42:29 -0000       1.89
+++ class.acl.inc.php   9 Oct 2006 20:37:24 -0000       1.90
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage accounts
-       * @version $Id: class.acl.inc.php,v 1.89 2006/10/04 10:42:29 sigurdne 
Exp $
+       * @version $Id: class.acl.inc.php,v 1.90 2006/10/09 20:37:24 sigurdne 
Exp $
        */
 
        /**
@@ -375,7 +375,7 @@
                                $type     = $a['type'];
                        }
 
-                       if (count($this->data) == 0)
+       //              if (count($this->data) == 0)
                        {
                                $this->read_repository($account_type);
                        }




reply via email to

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