phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uientity.php, 1.1.1.10


From: nomail
Subject: [Phpgroupware-cvs] property/class.uientity.php, 1.1.1.10
Date: Sun, 23 May 2004 06:47:06 -0000

Update of /property
Modified Files:
        Branch: 
          class.uientity.php

date: 2004/05/01 20:00:28;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/class.uientity.php
diff -u property/class.uientity.php:1.1.1.9 property/class.uientity.php:1.1.1.10
--- property/class.uientity.php:1.1.1.9 Fri Apr 30 17:35:57 2004
+++ property/class.uientity.php Sat May  1 20:00:28 2004
@@ -210,7 +210,7 @@
                        $loc1           = 
$this->bocommon->get_var2('loc1',array('POST','GET'));
                        $id             = 
$this->bocommon->get_var2('id',array('POST','GET'));
 
-                       $file = $this->fakebase. SEP . $this->category_name . 
SEP . $loc1 . SEP . $id . SEP . $file_name;
+                       $file = $this->fakebase. '/' . $this->category_name . 
'/' . $loc1 . '/' . $id . '/' . $file_name;
 
 //echo 'file: ' . $file . '<br>';
                        if($this->bo->vfs->file_exists(array(
@@ -622,7 +622,7 @@
                                }
 
                                $values['file_name']=$_FILES['file']['name'];
-                               $to_file = $this->fakebase. SEP . 
$this->category_name . SEP . $values['location']['loc1'] . SEP . $values['id'] 
. SEP . $values['file_name'];
+                               $to_file = $this->fakebase. '/' . 
$this->category_name . '/' . $values['location']['loc1'] . '/' . $values['id'] 
. '/' . $values['file_name'];
 
                                if(!$values['document_name_orig'] && 
$this->bo->vfs->file_exists(array(
                                                'string' => $to_file,




reply via email to

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