MantisBT: master b2586c90

Author Committer Branch Timestamp Parent
Damien Regad Damien Regad master 2011-07-07 07:39 master c2f89cac
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