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


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.acl.inc.php, 1.65.4.4, 1.65.4.5
Date: Mon, 08 Sep 2003 03:01:17 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.acl.inc.php 
Log Message:
typos


Index: class.acl.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.65.4.4
retrieving revision 1.65.4.5
diff -C2 -r1.65.4.4 -r1.65.4.5
*** class.acl.inc.php   8 Sep 2003 03:20:50 -0000       1.65.4.4
--- class.acl.inc.php   8 Sep 2003 07:01:13 -0000       1.65.4.5
***************
*** 533,537 ****
                        }
                        $sql  = 'SELECT acl_appname, acl_rights from phpgw_acl 
';
!                       $sql .= "where acl_location = '" . 
$this->db->db_addslahes($location) . "' ";
                        $sql .= 'AND acl_account = ' . intval($account_id);
                        $this->db->query($sql ,__LINE__,__FILE__);
--- 533,537 ----
                        }
                        $sql  = 'SELECT acl_appname, acl_rights from phpgw_acl 
';
!                       $sql .= "where acl_location = '" . 
$this->db->db_addslashes($location) . "' ";
                        $sql .= 'AND acl_account = ' . intval($account_id);
                        $this->db->query($sql ,__LINE__,__FILE__);
***************
*** 578,582 ****
                        }
                        $sql  = 'SELECT acl_location, acl_rights ';
!                       $sql .= "phpgw_acl where acl_appname = '" . 
$this->db->db_addslahes($app) . "' ";
                        $sql .= 'AND acl_account =' . intval($account_id);
                        
--- 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);
                        





reply via email to

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