2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

GEOFANCY: fix typo

git-svn-id: https://svn.fhem.de/fhem/trunk@9044 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-08-09 13:16:53 +00:00
parent 1f06799220
commit f33b5c4730

View File

@ -382,7 +382,7 @@ m/(19|20)\d\d-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-2][0-3]):([0-5][0-9])
readingsBeginUpdate($hash);
# validate date
if ( $date != "" ) {
if ( $date ne "" ) {
$hash->{".updateTime"} = GEOFANCY_ISO8601UTCtoLocal($date);
$hash->{".updateTimestamp"} = FmtDateTime( $hash->{".updateTime"} );
$time = $hash->{".updateTimestamp"};