[Rt-commit] r4289 - in rtir/branches/1.9-EXPERIMENTAL: .
html/RTIR/Incident
ruz at bestpractical.com
ruz at bestpractical.com
Mon Dec 12 12:17:42 EST 2005
Author: ruz
Date: Mon Dec 12 12:17:41 2005
New Revision: 4289
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html
Log:
r512 at cubic-pc: cubic | 2005-12-12 20:17:48 +0300
r507 at cubic-pc: cubic | 2005-12-12 20:16:53 +0300
* @tempresults definition was missing
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Reply.html Mon Dec 12 12:17:41 2005
@@ -126,8 +126,9 @@
next;
}
$id = $Ticket->id;
-
my $oldstate = $Ticket->FirstCustomFieldValue('_RTIR_State');
+
+ my @tempresults;
push @tempresults, ProcessUpdateMessage( TicketObj => $Ticket, ARGSRef => \%ARGS );
push @tempresults, ProcessTicketBasics( TicketObj => $Ticket, ARGSRef => \%ARGS );
More information about the Rt-commit
mailing list