changed the name of the function

This commit is contained in:
Jordi Sanfeliu 2013-03-27 19:24:56 +01:00
parent 93740519d3
commit 9037d52245
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ sub max {
return $max;
}
sub to_fahrenheit {
sub celsius_to {
my ($config, $celsius) = @_;
$celsius = $celsius || 0;