fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10436] property: generic excel import


From: Sigurd Nes
Subject: [Fmsystem-commits] [10436] property: generic excel import
Date: Fri, 02 Nov 2012 13:03:39 +0000

Revision: 10436
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10436
Author:   sigurdne
Date:     2012-11-02 13:03:39 +0000 (Fri, 02 Nov 2012)
Log Message:
-----------
property: generic excel import

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

Modified: trunk/property/inc/class.uiimport.inc.php
===================================================================
--- trunk/property/inc/class.uiimport.inc.php   2012-11-02 13:03:20 UTC (rev 
10435)
+++ trunk/property/inc/class.uiimport.inc.php   2012-11-02 13:03:39 UTC (rev 
10436)
@@ -88,11 +88,15 @@
                                        if ( is_file($file) )
                                        {
                                                require_once $file;
-                                               $this->import_conversion = new 
import_conversion;
-                                               $this->import_conversion->debug 
= phpgw::get_var('debug', 'bool');
                                        }
                                }
+                               else
+                               {
+                                       require_once PHPGW_SERVER_ROOT . 
"/property/inc/import/import_update_generic.php";
+                               }
 
+                               $this->import_conversion = new 
import_conversion;
+                               $this->import_conversion->debug = 
phpgw::get_var('debug', 'bool');
 
                                // Get the path for user input or use a default 
path
 




reply via email to

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