fixed last in legend combined graph

This commit is contained in:
daniel 2017-03-07 08:37:45 +01:00
parent c7b33abb07
commit 24c4060ab1
1 changed files with 0 additions and 2 deletions

View File

@ -1429,8 +1429,6 @@ function graphic_combined_module ($module_list, $weight_list, $period,
if ($projection == false or ($projection != false and $i == 0)) {
$module_name_list[$i] .= ": ";
if ($show_last)
$module_name_list[$i] .= __('Last') . ": $last $unit; ";
if ($show_max)
$module_name_list[$i] .= __("Max") . ": $max $unit; ";
if ($show_min)