fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16175]


From: nelson . guerra
Subject: [Fmsystem-commits] [16175]
Date: Fri, 20 Jan 2017 17:08:42 -0500 (EST)

Revision: 16175
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16175
Author:   nelson224
Date:     2017-01-20 17:08:42 -0500 (Fri, 20 Jan 2017)
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    
2017-01-20 22:08:29 UTC (rev 16174)
+++ branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2017-01-20 22:08:42 UTC (rev 16175)
@@ -119,8 +119,8 @@
                public function import_component_files()
                {               
                        $location_code = phpgw::get_var('location_code');
-                       $id = phpgw::get_var('location_item_id');
-                       $attrib_name_componentID = 
phpgw::get_var('attribute_name_component_id');
+                       //$id = phpgw::get_var('location_item_id');
+                       //$attrib_name_componentID = 
phpgw::get_var('attribute_name_component_id');
                        $preview = phpgw::get_var('preview');
                        $with_components = 
phpgw::get_var('with_components_check');
                        
@@ -149,9 +149,9 @@
                        
                        if ($with_components)
                        {
-                               $receipt = 
$import_component_files->add_files_components_location($id, $location_code, 
$attrib_name_componentID);
+                               $receipt = 
$import_component_files->add_files_components_location();
                        } else {
-                               $receipt = 
$import_component_files->add_files_location($id, $location_code);
+                               $receipt = 
$import_component_files->add_files_location();
                        }
                        
                        return $receipt;




reply via email to

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