added: info about "no alerts published"

git-svn-id: https://svn.fhem.de/fhem/trunk@3709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2013-08-15 19:11:38 +00:00
parent c7f0aefaf5
commit 9234c48ade

View File

@@ -481,6 +481,7 @@ sub buildCAPList(@){
@a = sort(@a);
$list = join(",", @a);
$list =~ s/\s/_/g;
$list = "No_alerts_published!" if !$record;
return ($list, $record);
}