MantisBT: master-1.2.x b63e1815

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-06-14 20:47 master-1.2.x 07cb1b5c
Affected Issues  0014356: the statistics result in summary is wrong
Changeset

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