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: Mon, 23 Oct 2006 08:09:33 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/10/23 08:09:33

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

Log message:
        to make sense with get_account_id($account_id);

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

Patches:
Index: class.acl.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- class.acl.inc.php   23 Oct 2006 01:49:05 -0000      1.97
+++ class.acl.inc.php   23 Oct 2006 08:09:33 -0000      1.98
@@ -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.97 2006/10/23 01:49:05 skwashd 
Exp $
+       * @version $Id: class.acl.inc.php,v 1.98 2006/10/23 08:09:33 sigurdne 
Exp $
        */
 
        /**
@@ -57,7 +57,7 @@
                * Some functions are specific to this account, and others are 
generic.
                * @param integer $account_id Account id
                */
-               function acl($account_id = 0)
+               function acl($account_id = '')
                {       
                        $this->db =& $GLOBALS['phpgw']->db;
                        $this->db2 = clone($this->db);




reply via email to

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