phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uigab.php, 1.1.1.7


From: nomail
Subject: [Phpgroupware-cvs] property/class.uigab.php, 1.1.1.7
Date: Sun, 23 May 2004 04:53:37 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uigab.php
diff -u property/class.uigab.php:1.1.1.6 property/class.uigab.php:1.1.1.7
--- property/class.uigab.php:1.1.1.6    Thu Apr 29 19:56:35 2004
+++ property/class.uigab.php    Fri Apr 30 09:52:25 2004
@@ -48,7 +48,7 @@
                        $this->bolocation                               = 
CreateObject($this->currentapp.'_bolocation');
                        $this->fm_session       = 
CreateObject($this->currentapp.'_session');
 
-                       $this->config                           = 
CreateObject('phpgwapi_config');
+                       $this->config                           = 
CreateObject($this->currentapp.'_config');
                        $this->acl2                             = 
CreateObject($this->currentapp.'_acl2');
                        $this->acl2_location            = '.location';
                        $this->acl_read                         = 
$this->acl2->check('.location',1);
@@ -121,7 +121,7 @@
                                $lang_view_statustext   = lang('view gab 
detail');
                        }
 
-                       $config         = 
CreateObject('phpgwapi_config',$this->currentapp);
+                       $config         = 
CreateObject($this->currentapp.'_config',$this->currentapp);
 
                        $config->read_repository();
                        $link_to_map = $config->config_data['map_url'];




reply via email to

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