[Rt-devel] bug? in 3.2.1rc4 - Program fragment delivered error ``syntax error at template line 1, near "->Subject$s "'' on comments?

Jesse Vincent jesse at bestpractical.com
Wed Jul 14 22:25:06 EDT 2004




On Wed, Jul 14, 2004 at 09:22:07PM -0500, Ted Serreyn wrote:
> Found it, default admin comment template looks like the following:
> 
> Subject: [Comment] {my $s=($Transaction->Subject||$Ticket->Subject$s =~
> s/\[Comment\]//g; $comment =~ s/^Re//i; $s;}
>

In my RT, it looks like:

'Subject: [Comment] {my $s=($Transaction->Subject||$Ticket->Subject); $s
=~ s/\\[Comment\\]//g; $comment =~ s/^Re//i; $s;}

Perhaps you edited it locally?


More information about the Rt-devel mailing list