git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5537 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
borisneubert
2014-04-16 19:40:02 +00:00
parent 60ed1402ae
commit 9942ded859

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 $@;
#