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.5, 1.65.4


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.acl.inc.php, 1.65.4.5, 1.65.4.6
Date: Mon, 08 Sep 2003 06:20:19 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.acl.inc.php 
Log Message:
note to self test test test BEFORE commit


Index: class.acl.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.65.4.5
retrieving revision 1.65.4.6
diff -C2 -r1.65.4.5 -r1.65.4.6
*** class.acl.inc.php   8 Sep 2003 07:01:13 -0000       1.65.4.5
--- class.acl.inc.php   8 Sep 2003 10:20:15 -0000       1.65.4.6
***************
*** 578,582 ****
                        }
                        $sql  = 'SELECT acl_location, acl_rights ';
!                       $sql .= "phpgw_acl where acl_appname = '" . 
$this->db->db_addslashes($app) . "' ";
                        $sql .= 'AND acl_account =' . intval($account_id);
                        
--- 578,582 ----
                        }
                        $sql  = 'SELECT acl_location, acl_rights ';
!                       $sql .= "FROM phpgw_acl where acl_appname = '" . 
$this->db->db_addslashes($app) . "' ";
                        $sql .= 'AND acl_account =' . intval($account_id);
                        





reply via email to

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