[Rt-commit] rt branch, html-templates, updated. rt-3.9.6-48-g044b033
Shawn Moore
sartak at bestpractical.com
Mon Dec 6 21:00:33 EST 2010
The branch, html-templates has been updated
via 044b0337c271ae0c8e2d3f8c3f70ab45ba417175 (commit)
from 89060832290c835a0a3243487e954eac3412e989 (commit)
Summary of changes:
etc/upgrade/3.9.7/content | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 044b0337c271ae0c8e2d3f8c3f70ab45ba417175
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Dec 6 21:00:10 2010 -0500
Apply the same fix from 1f096592 to the upgrade templates
diff --git a/etc/upgrade/3.9.7/content b/etc/upgrade/3.9.7/content
index 8ab9432..f10a45d 100755
--- a/etc/upgrade/3.9.7/content
+++ b/etc/upgrade/3.9.7/content
@@ -73,7 +73,8 @@ Content-Type: text/html
{ Queue => '0',
Name => 'Admin Comment in HTML', # loc
Description => 'HTML admin comment template', # loc
- Content => 'Subject: [Comment] {my $s=($Transaction->Subject||$Ticket->Subject); $s =~ s/\[Comment\]//g; $comment =~ s/^Re//i; $s;}
+ Content =>
+'Subject: [Comment] {my $s=($Transaction->Subject||$Ticket->Subject); $s =~ s/\\[Comment\\]\\s*//g; $s =~ s/^Re:\\s*//i; $s;}
RT-Attach-Message: yes
Content-Type: text/html
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list