no need for Time to display either
[freeside.git] / rt / html / Elements / TicketList
index 593a77b..b36101e 100644 (file)
@@ -65,7 +65,8 @@
 %   while (my $record = $Collection->Next) {
 %   $i++;
 % # Every ten rows, flush the buffer and put something on the page.
-% $m->flush_buffer() unless ($i % 10);
+% # hun, this flushes things out out-of-order for me on "RT at a glance"...?
+% # $m->flush_buffer() unless ($i % 10);
 <&   /Elements/CollectionAsTable/Row, Format => \@Format, i => $i, record => $record, maxitems => $maxitems &>
 %   }