fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9137] more on registration


From: Sigurd Nes
Subject: [Fmsystem-commits] [9137] more on registration
Date: Thu, 12 Apr 2012 18:19:05 +0000

Revision: 9137
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9137
Author:   sigurdne
Date:     2012-04-12 18:19:04 +0000 (Thu, 12 Apr 2012)
Log Message:
-----------
more on registration

Modified Paths:
--------------
    trunk/registration/inc/class.soreg.inc.php

Modified: trunk/registration/inc/class.soreg.inc.php
===================================================================
--- trunk/registration/inc/class.soreg.inc.php  2012-04-12 16:35:06 UTC (rev 
9136)
+++ trunk/registration/inc/class.soreg.inc.php  2012-04-12 18:19:04 UTC (rev 
9137)
@@ -313,8 +313,8 @@
        //                      'per_prefix'            => '',
        //                      'per_title'                     => '',
        //                      'per_department'        => '',
-                               'per_first_name'        => $account->firstname,
-                               'per_last_name'         => $account->lastname,
+                               'per_first_name'        => $fields['n_given'],
+                               'per_last_name'         => $fields['n_family'],
                                'access'                        => 'public',
                                'owner'                         => 
$GLOBALS['phpgw_info']['server']['addressmaster']
                        );




reply via email to

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