phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php
Date: Sun, 25 Mar 2007 12:49:59 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/03/25 12:49:59

Modified files:
        inc            : class.acl.inc.php 

Log message:
        tuning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.acl.inc.php?cvsroot=phpgwapi&r1=1.108&r2=1.109

Patches:
Index: class.acl.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- class.acl.inc.php   21 Mar 2007 22:24:59 -0000      1.108
+++ class.acl.inc.php   25 Mar 2007 12:49:59 -0000      1.109
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage accounts
-       * @version $Id: class.acl.inc.php,v 1.108 2007/03/21 22:24:59 sigurdne 
Exp $
+       * @version $Id: class.acl.inc.php,v 1.109 2007/03/25 12:49:59 sigurdne 
Exp $
        */
 
        /**
@@ -1276,13 +1276,13 @@
                        {
                                $this->data[$this->account_id][] = array
                                (
-                                       'appname'       => 
$this->db->f('acl_appname'),
-                                       'location'      => 
$this->db->f('acl_location'), 
-                                       'account'       => 
$this->db->f('acl_account'),
-                                       'rights'        => 
$this->db->f('acl_rights'),
-                                       'grantor'       => 
$this->db->f('acl_grantor'),
-                                       'type'          => 
$this->db->f('acl_type'),
-                                       'account_type' => 
$this->db->f('account_type')
+                                       'appname'       => 
$this->db->Record['acl_appname'],// $this->db->f('acl_appname'),
+                                       'location'      => 
$this->db->Record['acl_location'],// $this->db->f('acl_location'), 
+                                       'account'       => 
$this->db->Record['acl_account'],// $this->db->f('acl_account'),
+                                       'rights'        => 
$this->db->Record['acl_rights'],// $this->db->f('acl_rights'),
+                                       'grantor'       => 
$this->db->Record['acl_grantor'],// $this->db->f('acl_grantor'),
+                                       'type'          => 
$this->db->Record['acl_type'],// $this->db->f('acl_type'),
+                                       'account_type' => 
$this->db->Record['account_type'] // $this->db->f('account_type')
                                );
                        }
                        return $this->data;




reply via email to

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