View | Details | Raw Unified | Return to bug 18742
Collapse All | Expand All

(-)a/reports/issues_stats.pl (-1 / +6 lines)
Lines 135-140 if ($do_it) { Link Here
135
            print map { $_->{value} . $sep } @$x;
135
            print map { $_->{value} . $sep } @$x;
136
            print $line->{totalrow}, "\n";
136
            print $line->{totalrow}, "\n";
137
        }
137
        }
138
# footer
139
         print "TOTAL";
140
         $cols = @$results[0]->{loopfooter};
141
         print map {$sep.$_->{totalcol}} @$cols;
142
         print $sep.@$results[0]->{total};
143
138
    }
144
    }
139
    exit;
145
    exit;
140
}
146
}
141
- 

Return to bug 18742