OPENWEATHER: $Id$ test

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6943 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-11-10 21:03:30 +00:00
parent 79baaf2555
commit 3a3c1b2e6a

View File

@@ -1,5 +1,5 @@
###############################################################
# $Id: $
# $Id$
#
# 59_OPENWEATHER.pm
#
@@ -121,7 +121,7 @@ use HTML::Parser;
# Modul Version for remote debugging
my $MODUL = "OPENWEATHER";
my $modulVersion = '$Id $';
my $modulVersion = '$Id$';
sub OPENWEATHER_Log($$$);
sub OPENWEATHER_Start($);