[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php, 1.65.4.9, 1.65.4.10
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php, 1.65.4.9, 1.65.4.10 |
Date: |
Sun, 30 Nov 2003 21:17:44 +0000 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv19529
Modified Files:
Tag: Version-0_9_16-branch
class.acl.inc.php
Log Message:
fix bug #6828
Index: class.acl.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.65.4.9
retrieving revision 1.65.4.10
diff -C2 -d -r1.65.4.9 -r1.65.4.10
*** class.acl.inc.php 4 Nov 2003 14:36:42 -0000 1.65.4.9
--- class.acl.inc.php 30 Nov 2003 21:17:42 -0000 1.65.4.10
***************
*** 496,501 ****
{
static $cache_accountid;
!
! if ($accountid != False)
{
if(isset($cache_accountid[$accountid]) &&
$cache_accountid[$accountid])
--- 496,501 ----
{
static $cache_accountid;
! $accountid = intval($accountid);
! if ($accountid > 0)
{
if(isset($cache_accountid[$accountid]) &&
$cache_accountid[$accountid])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php, 1.65.4.9, 1.65.4.10,
Bettina Gille <address@hidden> <=