diff --git a/module/metric/calc/user/scale/count_of_resolved_bug_in_user.php b/module/metric/calc/user/scale/count_of_resolved_bug_in_user.php new file mode 100755 index 0000000000..3de87bcaf1 --- /dev/null +++ b/module/metric/calc/user/scale/count_of_resolved_bug_in_user.php @@ -0,0 +1,15 @@ +result[$row->resolvedBy])) $this->result[$row->resolvedBy] = array(); + $this->result[$row->resolvedBy][$row->id] = $row->id; + } +}