phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.boentity.inc.php, 1.1.1.2


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.boentity.inc.php, 1.1.1.2
Date: Thu, 13 May 2004 20:08:02 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.boentity.inc.php

date: 2004/05/13 18:08:02;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.boentity.inc.php
diff -u property/inc/class.boentity.inc.php:1.1.1.1 
property/inc/class.boentity.inc.php:1.1.1.2
--- property/inc/class.boentity.inc.php:1.1.1.1 Fri Apr 23 13:13:56 2004
+++ property/inc/class.boentity.inc.php Thu May 13 18:08:02 2004
@@ -400,8 +400,8 @@
                        $this->vfs->override_acl = 1;
 
                        $entity['files'] = $this->vfs->ls (array(
-                                    'string' => $this->fakebase. SEP . 
$this->category_name . SEP . $entity['location_data']['loc1'] .  SEP . 
$data['id'],
-                                    'relatives' => array(RELATIVE_NONE)));
+                            'string' => $this->fakebase. '/' . 
$this->category_name . '/' . $entity['location_data']['loc1'] .  '/' . 
$data['id'],
+                            'relatives' => array(RELATIVE_NONE)));
 
                        $this->vfs->override_acl = 0;
 




reply via email to

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