SaveAs, bugfixes

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1152 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-12-30 09:08:36 +00:00
parent dbb43feb12
commit 951a2372e6
4 changed files with 29 additions and 17 deletions

View File

@@ -173,6 +173,7 @@ structure_Attr($@)
{
my ($type, @list) = @_;
return undef if($list[1] eq "alias");
my $hash = $defs{$list[0]};
$hash->{INATTR} = 1;
my $ret = "";