phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uientity.php, 1.1.1.8


From: nomail
Subject: [Phpgroupware-cvs] property/class.uientity.php, 1.1.1.8
Date: Sun, 23 May 2004 10:42:12 -0000

Update of /property
Modified Files:
        Branch: 
          class.uientity.php

date: 2004/04/30 09:52:25;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/class.uientity.php
diff -u property/class.uientity.php:1.1.1.7 property/class.uientity.php:1.1.1.8
--- property/class.uientity.php:1.1.1.7 Thu Apr 29 19:56:35 2004
+++ property/class.uientity.php Fri Apr 30 09:52:25 2004
@@ -509,7 +509,7 @@
                                
$this->bocommon->redirect_link('/index.php','sid=cookie&op='.$this->currentapp.'.uilocation.stop&perm=2&acl_location='
 . $this->acl2_location);
                        }
 
-                       $config         = 
CreateObject('phpgwapi_config',$this->currentapp);
+                       $config         = 
CreateObject($this->currentapp.'_config',$this->currentapp);
                        $bolocation                     = 
CreateObject($this->currentapp.'_bolocation');
 
                        $id                             = 
$this->bocommon->get_var2('id',array('POST','GET'));
@@ -940,8 +940,8 @@
                                
$this->bocommon->redirect_link('/index.php','sid=cookie&op='.$this->currentapp.'.uilocation.stop&perm=1&acl_location='
 . $this->acl2_location);
                        }
 
-                       $config         = 
CreateObject('phpgwapi_config',$this->currentapp);
-                       $bolocation                     = 
CreateObject($this->currentapp.'_bolocation');
+                       $config         = 
CreateObject($this->currentapp.'_config',$this->currentapp);
+                       $bolocation     = 
CreateObject($this->currentapp.'_bolocation');
 
                        $id     = 
$this->bocommon->get_var2('id',array('POST','GET'));
 




reply via email to

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