phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.boadmin.php, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/class.boadmin.php, 1.1.1.4
Date: Fri, 21 May 2004 17:26:58 -0000

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

date: 2004/04/24 19:39:54;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/class.boadmin.php
diff -u property/class.boadmin.php:1.1.1.3 property/class.boadmin.php:1.1.1.4
--- property/class.boadmin.php:1.1.1.3  Fri Apr 23 21:26:33 2004
+++ property/class.boadmin.php  Sat Apr 24 19:39:54 2004
@@ -26,11 +26,11 @@
 
                function property_boadmin($session='')
                {
-                       $this->currentapp       = 'property'; 
//$GLOBALS['phpgw_info']['flags']['currentapp'];
+                       $this->currentapp       = 'property'; 
//$GLOBALS['phpgw_data']['flags']['req_app'];
                        $this->so                       = 
CreateObject($this->currentapp.'_soadmin');
                        $this->acl2             = 
CreateObject($this->currentapp.'_acl2','##DEFAULT##','##DEFAULT##');
                        $this->right            = array(1,2,4,8,16,32,64,128);
-                       $this->app_id           
=$GLOBALS['phpgw']->applications->data[$GLOBALS['phpgw_info']['flags']['currentapp']]['id'];
+                       $this->app_id           
=$GLOBALS['phpgw']->applications->data[$GLOBALS['phpgw_data']['flags']['req_app']]['id'];
                        $this->fm_session       = 
CreateObject($this->currentapp.'_session');
 
                        if ($session)




reply via email to

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