phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.acl.inc.php,1.65.4.2,1.65.4.3


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.acl.inc.php,1.65.4.2,1.65.4.3
Date: Sun, 18 May 2003 18:13:57 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv14224

Modified Files:
      Tag: Version-0_9_16-branch
        class.acl.inc.php 
Log Message:
added error suppression @

Index: class.acl.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.65.4.2
retrieving revision 1.65.4.3
diff -C2 -r1.65.4.2 -r1.65.4.3
*** class.acl.inc.php   17 May 2003 20:23:55 -0000      1.65.4.2
--- class.acl.inc.php   18 May 2003 22:13:54 -0000      1.65.4.3
***************
*** 65,69 ****
                        if (!($this->account_id = intval($account_id)))
                        {
!                               $this->account_id = 
get_account_id($account_id,$GLOBALS['phpgw_info']['user']['account_id']);
                        }
                }
--- 65,69 ----
                        if (!($this->account_id = intval($account_id)))
                        {
!                               $this->account_id = 
get_account_id($account_id,@$GLOBALS['phpgw_info']['user']['account_id']);
                        }
                }





reply via email to

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