phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19008] Fix the preferences with the right name syste


From: Caeies
Subject: [Phpgroupware-cvs] [19008] Fix the preferences with the right name system
Date: Wed, 10 Dec 2008 11:57:40 +0000

Revision: 19008
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19008
Author:   Caeies
Date:     2008-12-10 11:57:39 +0000 (Wed, 10 Dec 2008)

Log Message:
-----------
Fix the preferences with the right name system

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

Modified: core/trunk/phpgwapi/inc/class.preferences.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.preferences.inc.php   2008-12-10 11:56:17 UTC 
(rev 19007)
+++ core/trunk/phpgwapi/inc/class.preferences.inc.php   2008-12-10 11:57:39 UTC 
(rev 19008)
@@ -175,7 +175,7 @@
                        $oAccount = 
$GLOBALS['phpgw']->accounts->get($this->account_id);
 
                        $this->values = array(  // standard notify replacements
-                                       'fullname'  => 
$GLOBALS['phpgw']->common->display_fullname('', $oAccount->firstname, 
$oAccount->lastname),
+                                       'fullname'  => (string)$oAccount,
                                        'firstname' => $oAccount->firstname,
                                        'lastname'  => $oAccount->lastname,
                                        'domain'    => 
$GLOBALS['phpgw_info']['server']['mail_suffix'],






reply via email to

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