phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19022] Yet Another Typo Fix :(, columns and array na


From: Caeies
Subject: [Phpgroupware-cvs] [19022] Yet Another Typo Fix :(, columns and array name were inverted ...
Date: Wed, 07 Jan 2009 18:25:23 +0000

Revision: 19022
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19022
Author:   Caeies
Date:     2009-01-07 18:25:22 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
Yet Another Typo Fix :(, columns and array name were inverted ... why the 
notice didn't notice anything ???

Modified Paths:
--------------
    core/trunk/phpgwapi/inc/class.acl.inc.php

Modified: core/trunk/phpgwapi/inc/class.acl.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.acl.inc.php   2009-01-07 18:08:18 UTC (rev 
19021)
+++ core/trunk/phpgwapi/inc/class.acl.inc.php   2009-01-07 18:25:22 UTC (rev 
19022)
@@ -1033,9 +1033,9 @@
                        {
                                $records[] = array
                                (
-                                       'acl_account'   => 
$this->_db->f('account'),
-                                       'acl_grantor'   => 
$this->_db->f('grantor'),
-                                       'acl_rights'    => 
$this->_db->f('rights')
+                                       'account'       => 
$this->_db->f('acl_account'),
+                                       'grantor'       => 
$this->_db->f('acl_grantor'),
+                                       'rights'        => 
$this->_db->f('acl_rights')
                                );
                        }
 






reply via email to

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