phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/export/GABNr, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/export/GABNr, 1.1.1.4
Date: Sun, 23 May 2004 06:28:12 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/export/GABNr
diff -u property/export/GABNr:1.1.1.3 property/export/GABNr:1.1.1.4
--- property/export/GABNr:1.1.1.3       Fri Apr 23 21:26:32 2004
+++ property/export/GABNr       Wed May  5 07:13:28 2004
@@ -5,17 +5,17 @@
                function export_conv()
                {
 
-                       $this->currentapp       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
-                       $this->soXport          = 
CreateObject($this->currentapp.'.soXport');   
-                       $this->$config          = 
CreateObject('phpgwapi.config','property');
-                       $this->socommon         = 
CreateObject($this->currentapp.'.socommon');
-                       $this->solocation       = 
CreateObject($this->currentapp.'.solocation');
+                       $this->currentapp       = 'property'; 
//$GLOBALS['phpgw_data']['flags']['req_app'];
+                       $this->soXport          = 
CreateObject($this->currentapp.'_soXport');   
+                       $this->$config          = 
CreateObject($this->currentapp.'_config','property');
+                       $this->socommon         = 
CreateObject($this->currentapp.'_socommon');
+                       $this->solocation       = 
CreateObject($this->currentapp.'_solocation');
                        
                        $this->$config->read_repository();
                        
                        $this->db = $GLOBALS['phpgw']->db;
 
-                       $this->socommon                 = 
CreateObject($this->currentapp.'.socommon');
+                       $this->socommon                 = 
CreateObject($this->currentapp.'_socommon');
 
                        $this->join                     = $this->socommon->join;
 




reply via email to

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