mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
02_RSS: make hash reference explicit
git-svn-id: https://svn.fhem.de/fhem/trunk@12529 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d37a6b08e1
commit
31e327fa7b
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 02_RSS: make hash reference explicit
|
||||||
- updated: 74_AMAD: New Version 2.6.6 remove APSSID in define, add Attribut
|
- updated: 74_AMAD: New Version 2.6.6 remove APSSID in define, add Attribut
|
||||||
setAPSSID to prevent WLan sleeps, add Attribut
|
setAPSSID to prevent WLan sleeps, add Attribut
|
||||||
setTtsMsgLang set to tts language
|
setTtsMsgLang set to tts language
|
||||||
|
@ -690,7 +690,7 @@ RSS_evalLayout($$@) {
|
|||||||
}
|
}
|
||||||
} elsif($cmd eq "pop") {
|
} elsif($cmd eq "pop") {
|
||||||
return unless $pstackcount;
|
return unless $pstackcount;
|
||||||
while ( my ($key, $value) = each($pstack{$pstackcount}) ) {
|
while ( my ($key, $value) = each(%{$pstack{$pstackcount}}) ) {
|
||||||
$params{$key} = $value;
|
$params{$key} = $value;
|
||||||
}
|
}
|
||||||
delete $pstack{$pstackcount};
|
delete $pstack{$pstackcount};
|
||||||
@ -925,6 +925,8 @@ plotFromUrl(@)
|
|||||||
|
|
||||||
=pod
|
=pod
|
||||||
=item helper
|
=item helper
|
||||||
|
=item summary Provides a freely configurable RSS feed and HTML page.
|
||||||
|
=item summary_DE Stellt frei konfigurierbaren RSS-Feed und HTML-Seite bereit.
|
||||||
=begin html
|
=begin html
|
||||||
|
|
||||||
<a name="RSS"></a>
|
<a name="RSS"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user