fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15990]


From: nelson . guerra
Subject: [Fmsystem-commits] [15990]
Date: Fri, 11 Nov 2016 02:37:52 +0000 (UTC)

Revision: 15990
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15990
Author:   nelson224
Date:     2016-11-11 02:37:52 +0000 (Fri, 11 Nov 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php

Modified: 
branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2016-11-11 02:37:38 UTC (rev 15989)
+++ branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2016-11-11 02:37:52 UTC (rev 15990)
@@ -53,8 +53,7 @@
                        'import_components' => true,
                        'get_attributes_from_template' => true,
                        'get_profile' => true,
-                       'download' => true,
-                       'import_compressed_file' => true
+                       'download' => true
                );
 
                public function __construct()
@@ -149,7 +148,7 @@
                        
                        if ($_FILES['file']['tmp_name'])
                        {
-                               $receipt = 
$import_component_files->add_files_components($id, $location_code, 
$attrib_name_componentID);
+                               $receipt = 
$import_component_files->add_files_components_location($id, $location_code, 
$attrib_name_componentID);
                        } else {
                                $receipt = 
$import_component_files->add_files_location($id, $location_code);
                        }




reply via email to

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