fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15483]


From: nelson . guerra
Subject: [Fmsystem-commits] [15483]
Date: Thu, 18 Aug 2016 00:57:03 +0000 (UTC)

Revision: 15483
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15483
Author:   nelson224
Date:     2016-08-18 00:57:02 +0000 (Thu, 18 Aug 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-08-17 14:05:05 UTC (rev 15482)
+++ branches/dev-syncromind-2/property/inc/class.uiimport_components.inc.php    
2016-08-18 00:57:02 UTC (rev 15483)
@@ -29,6 +29,8 @@
 
        phpgw::import_class('phpgwapi.uicommon_jquery');
        phpgw::import_class('phpgwapi.jquery');
+       
+       include_class('property', 'import_update_components', 'inc/import/');
 
        class property_uiimport_components extends phpgwapi_uicommon_jquery
        {
@@ -239,8 +241,6 @@
                
                public function import_components()
                {
-                       $GLOBALS['phpgw']->session->appsession('components', 
'property', '');
-                       
                        $get_identificator = false;
 
                        $location_code = phpgw::get_var('location_code');
@@ -278,9 +278,6 @@
                                );
                        }
 
-
-                       require_once PHPGW_SERVER_ROOT . 
"/property/inc/import/import_update_components.php";
-
                        $import_components = new import_components();
                        $entity_categories  = 
$import_components->get_entity_categories();
 




reply via email to

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