[Rt-commit] r13769 - in rt/3.8/trunk: .

elacour at bestpractical.com elacour at bestpractical.com
Thu Jul 3 08:49:51 EDT 2008


Author: elacour
Date: Thu Jul  3 08:49:51 2008
New Revision: 13769

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Elements/ShowUserVerbose

Log:
 r9868 at datura:  manu | 2008-07-03 14:49:41 +0200
 RT-Ticket: 9954
 RT-Update: correspond
 RT-Status: open
 
 Added () arrount ShowUserVerbose nickname as it is not automagically added by
 Email::Address (was in Mail::Address).
 


Modified: rt/3.8/trunk/share/html/Elements/ShowUserVerbose
==============================================================================
--- rt/3.8/trunk/share/html/Elements/ShowUserVerbose	(original)
+++ rt/3.8/trunk/share/html/Elements/ShowUserVerbose	Thu Jul  3 08:49:51 2008
@@ -55,7 +55,7 @@
 $phrase = $User->RealName
     if $User->RealName && lc $User->RealName ne lc $address;
 $comment = $User->Name if lc $User->Name ne lc $address;
- $Address = Email::Address->new( $phrase, $address, $comment );
+ $Address = Email::Address->new( $phrase, $address, "($comment)" );
 } 
 
 


More information about the Rt-commit mailing list