phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/export/Ecolink, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/export/Ecolink, 1.1.1.5
Date: Sun, 23 May 2004 06:32:26 -0000

Update of /property/export
Modified Files:
        Branch: 
          Ecolink

date: 2004/05/05 07:13:28;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/export/Ecolink
diff -u property/export/Ecolink:1.1.1.4 property/export/Ecolink:1.1.1.5
--- property/export/Ecolink:1.1.1.4     Thu Apr 29 12:49:49 2004
+++ property/export/Ecolink     Wed May  5 07:13:28 2004
@@ -5,13 +5,13 @@
                //var $fil_katalog='c:/temp'; //On windows use 
"//computername/share/filename" or "\\\\computername\share\filename" to check 
files on network shares.
                function export_conv()
                {
-                       $this->currentapp               = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
+                       $this->currentapp       = 'property'; 
//$GLOBALS['phpgw_data']['flags']['req_app'];
                        $this->db                       = $GLOBALS['phpgw']->db;
 
-                       $this->soXport = CreateObject('property.soXport');      
-                       $this->$config = 
CreateObject('phpgwapi.config','property');
+                       $this->soXport = 
CreateObject($this->currentapp.'_soXport');    
+                       $this->$config = 
CreateObject($this->currentapp.'_config','property');
                        $this->$config->read_repository();
-                       $this->bocommon                 = 
CreateObject($this->currentapp.'.bocommon');
+                       $this->bocommon                 = 
CreateObject($this->currentapp.'_bocommon');
                        
                }
 




reply via email to

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