phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc accounts/class.accounts_.inc.php c...


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc accounts/class.accounts_.inc.php c...
Date: Sun, 06 Aug 2006 12:56:48 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/08/06 12:56:48

Modified files:
        inc/accounts   : class.accounts_.inc.php 
        inc            : class.common.inc.php 

Log message:
        more tidying up and fixes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/accounts/class.accounts_.inc.php?cvsroot=phpgwapi&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.common.inc.php?cvsroot=phpgwapi&r1=1.236&r2=1.237

Patches:
Index: accounts/class.accounts_.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/accounts/class.accounts_.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- accounts/class.accounts_.inc.php    6 Aug 2006 04:51:26 -0000       1.5
+++ accounts/class.accounts_.inc.php    6 Aug 2006 12:56:48 -0000       1.6
@@ -8,7 +8,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage accounts
-       * @version $Id: class.accounts_.inc.php,v 1.5 2006/08/06 04:51:26 
skwashd Exp $
+       * @version $Id: class.accounts_.inc.php,v 1.6 2006/08/06 12:56:48 
skwashd Exp $
        */
        if (empty($GLOBALS['phpgw_info']['server']['account_repository']))
        {
@@ -287,6 +287,8 @@
 
                /**
                * Get a list of members of the current group
+               *
+               * @return arrray list of members of the current group
                */
                function get_members()
                {
@@ -300,6 +302,7 @@
                        return $members;
                }
 
+
                /**
                * Find the next available account_id
                *

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -b -r1.236 -r1.237
--- class.common.inc.php        6 Aug 2006 04:51:25 -0000       1.236
+++ class.common.inc.php        6 Aug 2006 12:56:48 -0000       1.237
@@ -8,7 +8,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: class.common.inc.php,v 1.236 2006/08/06 04:51:25 
skwashd Exp $
+       * @version $Id: class.common.inc.php,v 1.237 2006/08/06 12:56:48 
skwashd Exp $
        */
 
        /**




reply via email to

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