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'],
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs