phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: felamimail addressbook.php,1.1.2.5,1.1.2.5.2.1


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail addressbook.php,1.1.2.5,1.1.2.5.2.1
Date: Mon, 07 Jul 2003 02:11:50 -0400

Update of /cvsroot/phpgroupware/felamimail
In directory subversions:/tmp/cvs-serv3492

Modified Files:
      Tag: Version-0_9_16-branch
        addressbook.php 
Log Message:
the addressbook now generates addresses in the form of

Lars Kneschke <address@hidden>

instead of

address@hidden




Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/addressbook.php,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.5.2.1
diff -C2 -r1.1.2.5 -r1.1.2.5.2.1
*** addressbook.php     16 Mar 2003 23:37:38 -0000      1.1.2.5
--- addressbook.php     7 Jul 2003 06:11:48 -0000       1.1.2.5.2.1
***************
*** 115,118 ****
--- 115,119 ----
                $lastname = $entries[$i]['n_family'];
                if (!$lastname) { $lastname = '&nbsp;'; }
+               $fullname = trim($firstname." ".$lastname);
                $id     = $entries[$i]['id'];
                $email  = $entries[$i]['email'];
***************
*** 127,130 ****
--- 128,132 ----
                $t->set_var('email',$email);
                $t->set_var('hemail',$hemail);
+               $t->set_var('realName',$fullname);
  
                $t->parse('list','addressbook_list',True);





reply via email to

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