[Rt-commit] r14058 - in rt/branches/3.999-DANGEROUS: lib/RT

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Jul 14 06:12:49 EDT 2008


Author: sunnavy
Date: Mon Jul 14 06:12:47 2008
New Revision: 14058

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/lib/RT/CurrentUser.pm

Log:
 r14399 at sunnavys-mb:  sunnavy | 2008-07-14 18:01:27 +0800
 added real_name sub for CurrentUser


Modified: rt/branches/3.999-DANGEROUS/lib/RT/CurrentUser.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/CurrentUser.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/CurrentUser.pm	Mon Jul 14 06:12:47 2008
@@ -169,6 +169,7 @@
 
 sub email { shift->user_object->email }
 sub name  { shift->user_object->name }
+sub real_name  { shift->user_object->real_name }
 
 sub principal_object {
     my $self = shift;


More information about the Rt-commit mailing list