[Rt-commit] r2127 - in rtir/branches/1.1-TESTING: . html/RTIR/Report

jesse at bestpractical.com jesse at bestpractical.com
Sat Jan 22 12:07:01 EST 2005


Author: jesse
Date: Sat Jan 22 12:07:01 2005
New Revision: 2127

Modified:
   rtir/branches/1.1-TESTING/   (props changed)
   rtir/branches/1.1-TESTING/html/RTIR/Report/BulkReject.html
Log:
 r3915 at hualien:  jesse | 2005-01-22T17:02:15.155684Z
 Flush buffer during bulk updates
 
 


Modified: rtir/branches/1.1-TESTING/html/RTIR/Report/BulkReject.html
==============================================================================
--- rtir/branches/1.1-TESTING/html/RTIR/Report/BulkReject.html	(original)
+++ rtir/branches/1.1-TESTING/html/RTIR/Report/BulkReject.html	Sat Jan 22 12:07:01 2005
@@ -76,6 +76,7 @@
     while ( my $t = $session{'tickets'}->Next ) {
         my @tempresults;
         $m->out('<!--  Processing <%$t->id%> -->');
+        $m->flush_buffer;
         next unless ( $ARGS{ "UpdateTicket" . $t->Id } );
         my $State = $m->scomp(
             "/RTIR/Elements/ShowRTIRField",


More information about the Rt-commit mailing list