[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-95-g45a18e0
? sunnavy
sunnavy at bestpractical.com
Tue Jun 22 03:15:00 EDT 2010
The branch, 3.8-trunk has been updated
via 45a18e0cb2c541562d09893a7fc1418f462862db (commit)
from 8a5647b9db225deef563bb989f4172ccff08ba40 (commit)
Summary of changes:
etc/initialdata | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 45a18e0cb2c541562d09893a7fc1418f462862db
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Jun 22 15:16:04 2010 +0800
tweak AdminComment template: remove /^RE:\s*/, also spaces after [Comment], see also #14924
diff --git a/etc/initialdata b/etc/initialdata
index 89db2cc..c29f627 100755
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -270,7 +270,7 @@ you may reply to this message.
Name => 'Admin Comment', # loc
Description => 'Default admin comment template', # loc
Content =>
-'Subject: [Comment] {my $s=($Transaction->Subject||$Ticket->Subject); $s =~ s/\\[Comment\\]//g; $s =~ s/^Re//i; $s;}
+'Subject: [Comment] {my $s=($Transaction->Subject||$Ticket->Subject); $s =~ s/\\[Comment\\]\\s*//g; $s =~ s/^Re:\\s*//i; $s;}
RT-Attach-Message: yes
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list