phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.vfs_sql.inc.php
Date: Sun, 07 Oct 2007 09:48:00 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/10/07 09:48:00

Modified files:
        inc            : class.vfs_sql.inc.php 

Log message:
        real_full_path vs fake_full_path

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.vfs_sql.inc.php?cvsroot=phpgwapi&r1=1.38&r2=1.39

Patches:
Index: class.vfs_sql.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.vfs_sql.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- class.vfs_sql.inc.php       23 Dec 2006 00:40:15 -0000      1.38
+++ class.vfs_sql.inc.php       7 Oct 2007 09:47:59 -0000       1.39
@@ -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_sql.inc.php,v 1.38 2006/12/23 00:40:15 Caeies 
Exp $
+       * @version $Id: class.vfs_sql.inc.php,v 1.39 2007/10/07 09:47:59 
sigurdne Exp $
        */
 
        /**
@@ -1167,7 +1167,7 @@
                                }
 
                                $ls_array = $this->ls (array(
-                                               'string'        => 
$f->fake_full_path,
+                                               'string'        => 
$f->real_full_path, // Sigurd: seems to work better with real - old: 'string'   
     => $f->fake_full_path,
                                                'relatives'     => array 
($f->mask),
                                                'checksubdirs'  => False,
                                                'mime_type'     => False,




reply via email to

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