MantisBT: master-1.2.x 3b1a5b87

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-04-29 01:44 master-1.2.x 2f0fd38d
Affected Issues  0011764: View Issues gives "ORDER BY id DESC" error
Changeset

Fix 0011764: Avoid collision of column names when ordering fields

When filtering issues, the ORDER BY clause doesn't distuingish between
custom fields and built-in fields. Thus it is possible for a custom
field named "id" to collide with the built-in bug "id" field when
creating the ORDER BY clause.

mod - core/filter_api.php Diff File