phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc class.boaccounts.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] admin/inc class.boaccounts.inc.php
Date: Mon, 20 Mar 2006 08:30:25 +0000

CVSROOT:        /sources/phpgroupware
Module name:    admin
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/20 08:30:25

Modified files:
        inc            : class.boaccounts.inc.php 

Log message:
        rename 'type' to 'account_type'

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/admin/inc/class.boaccounts.inc.php.diff?tr1=1.41&tr2=1.42&r1=text&r2=text

Patches:
Index: admin/inc/class.boaccounts.inc.php
diff -u admin/inc/class.boaccounts.inc.php:1.41 
admin/inc/class.boaccounts.inc.php:1.42
--- admin/inc/class.boaccounts.inc.php:1.41     Tue Feb 21 14:42:11 2006
+++ admin/inc/class.boaccounts.inc.php  Mon Mar 20 08:30:25 2006
@@ -9,7 +9,7 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id: class.boaccounts.inc.php,v 1.41 2006/02/21 14:42:11 skwashd Exp 
$ */
+       /* $Id: class.boaccounts.inc.php,v 1.42 2006/03/20 08:30:25 sigurdne 
Exp $ */
 
        class boaccounts
        {
@@ -237,7 +237,7 @@
 
                                $userData = array
                                (
-                                       'type'                                  
=> 'u',
+                                       'account_type'                  => 'u',
                                        'account_lid'                   => 
$values['account_lid'],
                                        'account_firstname'             => 
$values['account_firstname'],
                                        'account_lastname'              => 
$values['account_lastname'],




reply via email to

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