[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.52,1.53
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.52,1.53 |
Date: |
Sat, 17 May 2003 16:37:54 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv5090
Modified Files:
class.preferences.inc.php
Log Message:
changed username to fullname
Index: class.preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.preferences.inc.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** class.preferences.inc.php 4 May 2003 10:30:26 -0000 1.52
--- class.preferences.inc.php 17 May 2003 20:37:51 -0000 1.53
***************
*** 142,146 ****
$this->values = array( // standard notify replacements
! 'username' => $fname.' '.$lname,
'firstname' => $fname,
'lastname' => $lname,
--- 142,146 ----
$this->values = array( // standard notify replacements
! 'fullname' =>
$GLOBALS['phpgw']->common->display_fullname('',$fname,$lname),
'firstname' => $fname,
'lastname' => $lname,
***************
*** 154,158 ****
$this->vars = array( // langs have to be in common
!!!
! 'username' => lang('name of the user, eg.
"%1"',$this->values['username']),
'firstname' => lang('first name of the user,
eg. "%1"',$this->values['firstname']),
'lastname' => lang('last name of the user, eg.
"%1"',$this->values['lastname']),
--- 154,158 ----
$this->vars = array( // langs have to be in common
!!!
! 'fullname' => lang('name of the user, eg.
"%1"',$this->values['fullname']),
'firstname' => lang('first name of the user,
eg. "%1"',$this->values['firstname']),
'lastname' => lang('last name of the user, eg.
"%1"',$this->values['lastname']),
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.52,1.53,
Ralf Becker <address@hidden> <=