MantisBT: master-1.3.x 768a7f89

Author Committer Branch Timestamp Parent
cproensa dregad master-1.3.x 2016-08-20 10:33 master-1.3.x 4d160125
Changeset

Fix filter api get bug rows db_params

When using filter_get_bug_count and filter_get_bug_rows_result, the same
query string is used for two queries, and since this query has been
created using db_param(), the parameter stack must be more carefully
managed.

mod - core/filter_api.php Diff File
mod - csv_export.php Diff File
mod - excel_xml_export.php Diff File