MantisBT: master-1.2.x 88d7fa68

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-01-18 21:26 master-1.2.x a6839824
Affected Issues  0013765: Excel Export ends in infinite loop if number of viewing issues mod 100 = 0
Changeset

Fix 0013765: infinite loop in Excel export

If the number of records in the View Issues page was a multiple of 100,
the Excel export ended up in an infinite loop.

Instead of testing on the number of rows returned vs the number of rows
per page, the code now uses the current page number vs the total number
of pages returned by filter_get_bug_rows() to set the loop's exit flag.

mod - excel_xml_export.php Diff File