mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
98_freezemon.pm: Fixed another Üerl warning
git-svn-id: https://svn.fhem.de/fhem/trunk@18307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b6a5efb341
commit
a5757cb2b8
@ -869,7 +869,7 @@ sub freezemon_apptime($) {
|
||||
( $shortarg, undef ) = split( /:|;/, $shortarg, 2 );
|
||||
}
|
||||
|
||||
$shortarg = "" unless defined($shortarg);
|
||||
$shortarg = "N/A" unless defined($shortarg);
|
||||
$ret .= ":" . $shortarg . " ";
|
||||
|
||||
#Log3 $name, 5, "Freezemon: found a prioQueue, returning $ret";
|
||||
|
Loading…
x
Reference in New Issue
Block a user