phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.vfs_shared.inc.php
Date: Thu, 28 Sep 2006 15:26:36 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/09/28 15:26:36

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

Log message:
        E_ALL fix

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

Patches:
Index: class.vfs_shared.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.vfs_shared.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- class.vfs_shared.inc.php    16 Aug 2006 14:18:45 -0000      1.7
+++ class.vfs_shared.inc.php    28 Sep 2006 15:26:36 -0000      1.8
@@ -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.7 2006/08/16 14:18:45 
skwashd Exp $
+       * @version $Id: class.vfs_shared.inc.php,v 1.8 2006/09/28 15:26:36 
Caeies Exp $
        */
 
        /**
@@ -1389,7 +1389,7 @@
                        $sep = SEP;
 
                        $rarray['mask'] = RELATIVE_NONE;
-
+                       $fake = false;
                        if (!($data['relatives'][0] & VFS_REAL))
                        {
                                $rarray['outside'] = False;




reply via email to

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