From e2abb9f8282bc32e0804b5581c5a0affff88f44e Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sun, 11 Oct 2015 10:38:18 +0000 Subject: [PATCH] contrib/GDS: added $Id git-svn-id: https://svn.fhem.de/fhem/trunk@9432 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/GDS/55_GDS.pm | 4 +++- fhem/contrib/GDS/GDSweblink.pm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/GDS/55_GDS.pm b/fhem/contrib/GDS/55_GDS.pm index f11180b9f..bf22ca34f 100644 --- a/fhem/contrib/GDS/55_GDS.pm +++ b/fhem/contrib/GDS/55_GDS.pm @@ -1,4 +1,4 @@ -# $Id: 55_GDS.pm 9416 2015-10-09 18:25:18Z betateilchen $ +# $Id$ # copyright and license informations =pod @@ -1761,6 +1761,8 @@ sub getListForecastStations($) { # ################################################################################################### # +# ---------- public RC2 published, SVN #9429 +# # 2015-10-11 renamed 99_gdsUtils.pm to GDSweblink.pm # changed load GDSweblink.pm in eval() on module startup # diff --git a/fhem/contrib/GDS/GDSweblink.pm b/fhem/contrib/GDS/GDSweblink.pm index 554568526..3de025430 100644 --- a/fhem/contrib/GDS/GDSweblink.pm +++ b/fhem/contrib/GDS/GDSweblink.pm @@ -1,4 +1,4 @@ -# $Id: GDSweblink.pm 9426 2015-10-11 10:07:59Z betateilchen $ +# $Id$ package main; use strict;