[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.6-65-g9307bb8
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Nov 2 20:49:08 EST 2009
The branch, 3.8-trunk has been updated
via 9307bb81790b903615d106226f3b1f71358c0945 (commit)
from 84022062cec889f1cabf1d4a10e28b7b66addf23 (commit)
Summary of changes:
lib/RT/Record.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9307bb81790b903615d106226f3b1f71358c0945
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Nov 3 09:49:00 2009 +0800
remove misleading comment
diff --git a/lib/RT/Record.pm b/lib/RT/Record.pm
index e14f91f..2a95b6a 100755
--- a/lib/RT/Record.pm
+++ b/lib/RT/Record.pm
@@ -1228,7 +1228,7 @@ sub FormatType{
@_
);
$args{Type} =~ s/([A-Z])/" " . lc $1/ge;
- $args{Type} =~ s/^\s+//; # in case the first letter is A-Z
+ $args{Type} =~ s/^\s+//;
return $args{Type};
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list