X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fhtml%2FElements%2FTicketList;h=b36101e73e44ef347678d726cbc8a9603389e906;hp=02b071624ed2bb9d6de82473588bd3d4b741df38;hb=aa0af6a8d190b51f4d62e7c8732604a6193b3337;hpb=98d8b209eaa505466f20f3a4e2f8e597def34852 diff --git a/rt/html/Elements/TicketList b/rt/html/Elements/TicketList index 02b071624..b36101e73 100644 --- a/rt/html/Elements/TicketList +++ b/rt/html/Elements/TicketList @@ -64,10 +64,9 @@ % my $i; % while (my $record = $Collection->Next) { % $i++; -% # Every $RT::MyTicketsLength or ten rows, flush the buffer and put something -% # on the page. -% my $flushrows = $RT::MyTicketsLength || 10; -% $m->flush_buffer() unless ($i % $flushrows); +% # Every ten rows, flush the buffer and put something on the page. +% # 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 &> % }