From 289340780927b5bac2c7604d7317c3063c6dd8cc Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 11 Mar 2004 02:05:38 +0000 Subject: import of rt 3.0.9 --- rt/etc/initialdata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt/etc/initialdata') diff --git a/rt/etc/initialdata b/rt/etc/initialdata index 62b35ace2..e360c5daf 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -307,7 +307,7 @@ This is a comment. It is not sent to the Requestor(s): Queue => '0', Name => 'Resolved', # loc Description => 'Ticket Resolved', # loc - Content => 'Subject: Ticket Resolved + Content => 'Subject: Resolved: {$Ticket->Subject} According to our records, your request has been resolved. If you have any further questions or concerns, please respond to this message. @@ -551,7 +551,7 @@ while (my $link = $links->Next) { require RT::Action::Notify; bless($self, 'RT::Action::Notify'); $self->{Argument} = 'Requestor'; $self->Prepare; -return $passed; +return 0; # ignore $passed; # ------------------------------------------------------------------- # ], CustomCommitCode => '"never needed"', -- cgit v1.2.1