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, 03 Jul 2006 10:59:19 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/07/03 10:59:19

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

Log message:
        check rights for both users and groups when nothing specified

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

Patches:
Index: class.acl.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- class.acl.inc.php   18 Jun 2006 18:50:57 -0000      1.77
+++ class.acl.inc.php   3 Jul 2006 10:59:19 -0000       1.78
@@ -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.77 2006/06/18 18:50:57 sigurdne 
Exp $
+       * @version $Id: class.acl.inc.php,v 1.78 2006/07/03 10:59:19 sigurdne 
Exp $
        */
 
        /**
@@ -120,7 +120,7 @@
                * @return array Array with ACL records
                * @access private
                */
-               function read_repository($account_type=False)
+               function read_repository($account_type = 'both')
                {
                        // For some reason, calling this via XML-RPC doesn't 
call the constructor.
                        // Here is yet another work around(tm) (jengo)




reply via email to

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