MantisBT: master-2.0.x fbb5e95e

Author Committer Branch Timestamp Parent
Paul Richards Paul Richards master-2.0.x 2013-04-06 03:29 master-2.0.x 48d7b23e
Affected Issues  0014356: the statistics result in summary is wrong
Changeset

Port of 7beac566f25dc30ffb3224c2823fee77c9223a1b [dregad]:

MantisGraph: incorrect issues count in graph by severity
When $g_bug_closed_status_threshold is not the "final" entry in
status_enum_string list, function enum_bug_group() in graph_api.php
computed the number of closed issues incorrectly due to use of '='
operator instead of '>=' in the query's where clause.

Also corrects some trailing whitespace.

Fixes 0014356

mod - plugins/MantisGraph/core/graph_api.php Diff File