MantisBT: master ce6d92de
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
dregad | dregad | master | 2012-05-18 07:19 | master d12e5e9b |
Affected Issues | 0014273: Unnecessary use of array_reverse to display bug revisions | |||
Changeset | Remove unnecessary use of array_reverse() to display bug revisions Prior to this commit, in bug_revision_view_page.php the array returned Since these 2 functions are not used anywhere else, it is more efficient Note that the ORDER BY clause has been changed from 'timestamp' to 'id', Fixes 0014273 |
|||
mod - bug_revision_view_page.php | Diff File | |||
mod - core/bug_revision_api.php | Diff File |