I am trying to modify statistics.inc to show the statistics for all time
I want to modify
#set $archive_data = [$day, $week, $month, $year, $rainyear]
to
#set $archive_data = [$day, $week, $month, $year, $all]
but this just results in no data being returned.
Is there a parameter that I can use to show the max, min etc against all data in the database?