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


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.vfs_dav.inc.php
Date: Wed, 20 Sep 2006 15:52:21 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/09/20 15:52:21

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

Log message:
        E_ALL fix again

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.vfs_dav.inc.php?cvsroot=phpgwapi&r1=1.10&r2=1.11

Patches:
Index: class.vfs_dav.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.vfs_dav.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- class.vfs_dav.inc.php       10 Sep 2006 16:46:03 -0000      1.10
+++ class.vfs_dav.inc.php       20 Sep 2006 15:52:21 -0000      1.11
@@ -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.10 2006/09/10 16:46:03 Caeies 
Exp $
+       * @version $Id: class.vfs_dav.inc.php,v 1.11 2006/09/20 15:52:21 Caeies 
Exp $
        */
 
        /**
@@ -479,7 +479,7 @@
 
                        /* Check if they're in the group */
                        $memberships = $GLOBALS['phpgw']->accounts->membership 
($user_id);
-
+                       $group_ok=0;
                        if (is_array ($memberships))
                        {
                                reset ($memberships);




reply via email to

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