phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.ACL_BO.inc.php,1.2.2.1,1.2.2.2


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.ACL_BO.inc.php,1.2.2.1,1.2.2.2
Date: Mon, 23 Jun 2003 18:58:42 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv23050/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.ACL_BO.inc.php 
Log Message:
ACL_BO: accnt object was not created
adapt module news to changes in news_admin


Index: class.ACL_BO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.ACL_BO.inc.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** class.ACL_BO.inc.php        23 Jun 2003 20:31:20 -0000      1.2.2.1
--- class.ACL_BO.inc.php        23 Jun 2003 22:58:39 -0000      1.2.2.2
***************
*** 21,24 ****
--- 21,25 ----
                {
                        $this->logged_in_user = 
$GLOBALS['phpgw_info']['user']['account_id'];
+                       $this->acct = 
CreateObject('phpgwapi.accounts',$this->logged_in_user);
                        $this->acl = 
CreateObject('phpgwapi.acl',$this->logged_in_user);
                        $this->acl_so = CreateObject('sitemgr.ACL_SO');





reply via email to

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