Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Request Tracker: Commit

rt branch, 3.8-trunk, updated. rt-3.8.6-53-gd71fab1

 

 

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded


sunnavy at bestpractical

Oct 29, 2009, 12:38 AM

Post #1 of 1 (353 views)
Permalink
rt branch, 3.8-trunk, updated. rt-3.8.6-53-gd71fab1

The branch, 3.8-trunk has been updated
via d71fab11096ab703d966eda863e03ea4d56b379b (commit)
from 86bfda78d2d9442e94f73e67789a77cbef41d5af (commit)

Summary of changes:
lib/RT/Record.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit d71fab11096ab703d966eda863e03ea4d56b379b
Author: sunnavy <sunnavy [at] bestpractical>
Date: Thu Oct 29 15:37:30 2009 +0800

erase the leading space in FormatType

diff --git a/lib/RT/Record.pm b/lib/RT/Record.pm
index 02dc6fd..e14f91f 100755
--- a/lib/RT/Record.pm
+++ b/lib/RT/Record.pm
@@ -1228,6 +1228,7 @@ sub FormatType{
@_
);
$args{Type} =~ s/([A-Z])/" " . lc $1/ge;
+ $args{Type} =~ s/^\s+//; # in case the first letter is A-Z
return $args{Type};
}


-----------------------------------------------------------------------
_______________________________________________
Rt-commit mailing list
Rt-commit [at] lists
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.