MantisBT: master-1.2.x ea0f1fb5

Author Committer Branch Timestamp Parent
Damien Regad Damien Regad master-1.2.x 2011-07-07 07:39 master-1.2.x ecff8136
Affected Issues  0013133: Time tracking shows entries for users without actual time spent
Changeset

Fix 0013133: Time tracking shows entries for users without actual time spent

Modified the SQL used in the function, to filter out bugnote records having
time_tracking = 0. This makes the returned data set consistent with the one
produced by a similar query used in function bugnote_stats_get_project_array,
and bugnote_stats_get_events_array no longer returns records without time
tracking

mod - core/bugnote_api.php Diff File