From 783ae59b86a412ecf42eb4eb179452af57a0c0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 23 Jun 2011 16:53:25 +0300 Subject: main/rt4: update to 4.0.1 --- main/rt4/rt4-perl-qw-list-deprecation.patch | 49 ----------------------------- 1 file changed, 49 deletions(-) delete mode 100644 main/rt4/rt4-perl-qw-list-deprecation.patch (limited to 'main/rt4/rt4-perl-qw-list-deprecation.patch') diff --git a/main/rt4/rt4-perl-qw-list-deprecation.patch b/main/rt4/rt4-perl-qw-list-deprecation.patch deleted file mode 100644 index 6887539995..0000000000 --- a/main/rt4/rt4-perl-qw-list-deprecation.patch +++ /dev/null @@ -1,49 +0,0 @@ ---- a/share/html/Ticket/Elements/PreviewScrips -+++ b/share/html/Ticket/Elements/PreviewScrips -@@ -69,7 +69,7 @@ - <% $scrip->Description || loc('Scrip #[_1]',$scrip->id) %>
- <&|/l, loc($scrip->ConditionObj->Name), loc($scrip->ActionObj->Name), loc($scrip->TemplateObj->Name)&>[_1] [_2] with template [_3] -
--% for my $type qw(To Cc Bcc) { -+% for my $type (qw(To Cc Bcc)) { - % my @addresses = $scrip->ActionObj->Action->$type(); - % next unless @addresses; -