[Rt-commit] r7913 - in rt/branches/3.7-EXPERIMENTAL: .

jesse at bestpractical.com jesse at bestpractical.com
Wed May 23 17:06:01 EDT 2007


Author: jesse
Date: Wed May 23 17:06:00 2007
New Revision: 7913

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/ShowKeyInfo

Log:
 r57054 at pinglin:  jesse | 2007-05-23 17:05:46 -0400
 * Additional bullet proofing against an error reported by Carlos Fuentes


Modified: rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/ShowKeyInfo
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/ShowKeyInfo	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/ShowKeyInfo	Wed May 23 17:06:00 2007
@@ -64,7 +64,7 @@
 % foreach my $uinfo( @{ $res{'info'}{'User'} } ) {
 <tr><th><% loc('User (created - expire)') %>:</th>
 <td><% $uinfo->{'String'} %>\
-(<% $uinfo->{'Created'}->AsString( Time => 0 ) %> - \
+(<% $uinfo->{'Created'}? $uinfo->{'Created'}->AsString( Time => 0 ): loc('never') %> - \
 <% $uinfo->{'Expire'}? $uinfo->{'Expire'}->AsString( Time => 0 ): loc('never') %>)
 </td></tr>
 % }


More information about the Rt-commit mailing list