git-svn-id: https://svn.fhem.de/fhem/trunk@5537 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
borisneubert
2014-04-16 19:40:02 +00:00
parent 9355292a72
commit 46ca270bd7

View File

@@ -104,7 +104,7 @@ RSS_Define($$) {
RSS_readLayout($hash);
$hash->{STATE} = $name;
$hash->{STATE} = 'defined'; #$name;
return undef;
}
@@ -637,7 +637,7 @@ RSS_returnJPEG($) {
# evaluate layout
#
RSS_evalLayout($S, $name, $defs{$name}{fhem}{layout});
$defs{$name}{STATE} = localtime();
}; warn $@ if $@;
#