Merge pull request #2783 from paulgear/fix-graph-array

Clear $graph_array after graph is printed
This commit is contained in:
Neil Lathwood
2016-01-17 13:27:50 +00:00

View File

@ -76,3 +76,4 @@ foreach ($periods as $period) {
echo "</div>";
}
}
unset($graph_array);