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,1.65.2.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.acl.inc.php,1.65,1.65.2.1
Date: Mon, 23 Jun 2003 21:44:36 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.acl.inc.php 
Log Message:
fix for Bob Crandel's problem

Index: class.acl.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.65
retrieving revision 1.65.2.1
diff -C2 -r1.65 -r1.65.2.1
*** class.acl.inc.php   11 Dec 2001 01:14:43 -0000      1.65
--- class.acl.inc.php   24 Jun 2003 01:44:34 -0000      1.65.2.1
***************
*** 516,520 ****
                        }
                        $sql = "select acl_location, acl_rights from phpgw_acl 
where acl_appname = '$app' and ";
!                       $sql .= "acl_account = ".$account_id;
                        $this->db->query($sql ,__LINE__,__FILE__);
                        $rights = 0;
--- 516,520 ----
                        }
                        $sql = "select acl_location, acl_rights from phpgw_acl 
where acl_appname = '$app' and ";
!                       $sql .= "acl_account = ".intval($account_id);
                        $this->db->query($sql ,__LINE__,__FILE__);
                        $rights = 0;





reply via email to

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