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

(-)a/C4/UsageStats.pm (-2 / +1 lines)
Lines 66-72 sub BuildReport { Link Here
66
66
67
    # Get database volumetry.
67
    # Get database volumetry.
68
    foreach (
68
    foreach (
69
        qw/biblio auth_header old_issues old_reserves borrowers aqorders subscription/
69
        qw/biblio items auth_header old_issues old_reserves borrowers aqorders subscription/
70
      )
70
      )
71
    {
71
    {
72
        $report->{volumetry}{$_} = _count($_);
72
        $report->{volumetry}{$_} = _count($_);
73
- 

Return to bug 11926