phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.43.2.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.43.2.2.2.5,1.43.2.2.2.6
Date: Sat, 17 May 2003 16:36:40 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv4881

Modified Files:
      Tag: Version-0_9_16-branch
        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.43.2.2.2.5
retrieving revision 1.43.2.2.2.6
diff -C2 -r1.43.2.2.2.5 -r1.43.2.2.2.6
*** class.preferences.inc.php   4 May 2003 10:31:20 -0000       1.43.2.2.2.5
--- class.preferences.inc.php   17 May 2003 20:36:37 -0000      1.43.2.2.2.6
***************
*** 138,142 ****
  
                        $this->values = array(  // standard notify replacements
!                               'username'  => $fname.' '.$lname,
                                'firstname' => $fname,
                                'lastname'  => $lname,
--- 138,142 ----
  
                        $this->values = array(  // standard notify replacements
!                               'fullname'  => 
$GLOBALS['phpgw']->common->display_fullname('',$fname,$lname),
                                'firstname' => $fname,
                                'lastname'  => $lname,
***************
*** 150,154 ****
  
                        $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']),
--- 150,154 ----
  
                        $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']),





reply via email to

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