Superfluous my deleted

git-svn-id: https://svn.fhem.de/fhem/trunk@3152 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-05-04 12:46:02 +00:00
parent b0d22cec76
commit 35e86f4510

View File

@@ -1073,7 +1073,7 @@ FW_showRoom()
my $newtxt;
if($sfn) {
no strict "refs";
my $newtxt = &{$sfn}($FW_wname, $d, $FW_room, \%extPage);
$newtxt = &{$sfn}($FW_wname, $d, $FW_room, \%extPage);
use strict "refs";
}