diff options
author | Struan Donald <struan@exo.org.uk> | 2011-11-07 14:37:12 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-11-07 14:37:12 +0000 |
commit | dfc91857cc18b1b42c35b3c232232341cce307cb (patch) | |
tree | c74b75529cc6168bca9b343e6385d544892813a7 /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | 22c9af59e7316266dcfb2fe1bdd552fb9296e87e (diff) |
count Reading stats from start of November to give useful comparison
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 1e87468ac..2900497c4 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -960,5 +960,13 @@ to be resized then return 0; sub default_photo_resize { return 0; } +=head2 get_report_stats + +Get stats to display on the council reports page + +=cut + +sub get_report_stats { return 0; } + 1; |