2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 18:56:03 +00:00

fixed: correction

git-svn-id: https://svn.fhem.de/fhem/trunk@5059 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2014-02-26 21:14:49 +00:00
parent a701b835a2
commit 9e344bdab8

View File

@ -36,7 +36,7 @@ use Net::FTP;
use List::MoreUtils 'first_index'; use List::MoreUtils 'first_index';
use XML::Simple; use XML::Simple;
use HttpUtils; use HttpUtils;
#require LWP::UserAgent; require LWP::UserAgent;
my ($bulaList, $cmapList, %rmapList, $fmapList, %bula2bulaShort, %bulaShort2dwd, %dwd2Dir, %dwd2Name, my ($bulaList, $cmapList, %rmapList, $fmapList, %bula2bulaShort, %bulaShort2dwd, %dwd2Dir, %dwd2Name,
$alertsXml, %capCityHash, %capCellHash, $sList, $aList); $alertsXml, %capCityHash, %capCellHash, $sList, $aList);