fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7415] property: fileinfo


From: Sigurd Nes
Subject: [Fmsystem-commits] [7415] property: fileinfo
Date: Wed, 22 Jun 2011 09:30:52 +0000

Revision: 7415
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7415
Author:   sigurdne
Date:     2011-06-22 09:30:52 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
property: fileinfo

Modified Paths:
--------------
    trunk/property/inc/class.boentity.inc.php

Modified: trunk/property/inc/class.boentity.inc.php
===================================================================
--- trunk/property/inc/class.boentity.inc.php   2011-06-22 07:52:13 UTC (rev 
7414)
+++ trunk/property/inc/class.boentity.inc.php   2011-06-22 09:30:52 UTC (rev 
7415)
@@ -452,9 +452,12 @@
                                else
                                {
                                        $values['files'][] = array
-                                               (
-                                                       'name'          => 
$file['name']
-                                               );
+                                       (
+                                               'name'          => 
$file['name'],
+                                               'directory'     => 
$file['directory'],
+                                               'file_id'       => 
$file['file_id'],
+                                               'mime_type'     => 
$file['mime_type']
+                                       );
                                }
                        }
 




reply via email to

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