phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.vfs_dav.inc.php class.vfs_sh...


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.vfs_dav.inc.php class.vfs_sh...
Date: Fri, 22 Dec 2006 23:58:42 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/12/22 23:58:42

Modified files:
        inc            : class.vfs_dav.inc.php class.vfs_shared.inc.php 

Log message:
        PHPGW_ACL_WRITE => PHPGW_ACL_ADD ?

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.vfs_dav.inc.php?cvsroot=phpgwapi&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.vfs_shared.inc.php?cvsroot=phpgwapi&r1=1.8&r2=1.9

Patches:
Index: class.vfs_dav.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.vfs_dav.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- class.vfs_dav.inc.php       11 Oct 2006 15:36:36 -0000      1.12
+++ class.vfs_dav.inc.php       22 Dec 2006 23:58:42 -0000      1.13
@@ -7,7 +7,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage vfs
-       * @version $Id: class.vfs_dav.inc.php,v 1.12 2006/10/11 15:36:36 Caeies 
Exp $
+       * @version $Id: class.vfs_dav.inc.php,v 1.13 2006/12/22 23:58:42 Caeies 
Exp $
        */
 
        /**
@@ -601,7 +601,7 @@
                                $dontcareowner = True;
                        }
                        $p = $this->path_parts($data);
-                       $data['operation'] = PHPGW_ACL_READ | PHPGW_ACL_WRITE | 
PHPGW_ACL_EDIT | PHPGW_ACL_ADD;
+                       $data['operation'] = PHPGW_ACL_READ | PHPGW_ACL_EDIT | 
PHPGW_ACL_ADD;
                        if ( ! $this->acl_check($data) )
                        {
                                _debug_array('You don\' have the right to get 
this token !');

Index: class.vfs_shared.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.vfs_shared.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- class.vfs_shared.inc.php    28 Sep 2006 15:26:36 -0000      1.8
+++ class.vfs_shared.inc.php    22 Dec 2006 23:58:42 -0000      1.9
@@ -8,7 +8,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage vfs
-       * @version $Id: class.vfs_shared.inc.php,v 1.8 2006/09/28 15:26:36 
Caeies Exp $
+       * @version $Id: class.vfs_shared.inc.php,v 1.9 2006/12/22 23:58:42 
Caeies Exp $
        */
 
        /**
@@ -504,7 +504,7 @@
                 *  * operation Operation to check access for.  Any combination
                 *                      of the PHPGW_ACL_* defines, for example:
                 *                      PHPGW_ACL_READ
-                *                      PHPGW_ACL_READ|PHPGW_ACL_WRITE
+                *                      PHPGW_ACL_READ|PHPGW_ACL_ADD
                 *  * owner_id  phpGW ID to check access for.
                 *  *                   Default: 
$GLOBALS['phpgw_info']['user']['account_id']
                 *  * must_exist        If set, string must exist, and 
acl_check() must




reply via email to

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