mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
FB_CALLIST: minor fix
git-svn-id: https://svn.fhem.de/fhem/trunk@18181 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4a9d4bbdf3
commit
5765f45d4e
@ -821,7 +821,7 @@ sub FB_CALLLIST_index2line($$)
|
||||
internal => ((exists($hash->{helper}{INTERNAL_FILTER}) and exists($hash->{helper}{INTERNAL_FILTER}{$data->{internal_number}})) ? $hash->{helper}{INTERNAL_FILTER}{$data->{internal_number}} : $data->{internal_number} ),
|
||||
connection => ($data->{internal_connection} ? ((exists($hash->{helper}{CONNECTION_MAP}) and exists($hash->{helper}{CONNECTION_MAP}{$data->{internal_connection}})) ? $hash->{helper}{CONNECTION_MAP}{$data->{internal_connection}} : $data->{internal_connection} ) : "-"),
|
||||
duration => FB_CALLLIST_formatDuration($hash, $index),
|
||||
image => (FB_CALLLIST_getImagePathForNumber($hash, $data->{external_number}) or "-")
|
||||
image => FB_CALLLIST_getImagePathForNumber($hash, $data->{external_number})
|
||||
};
|
||||
|
||||
setlocale(LC_ALL, $old_locale);
|
||||
|
Loading…
x
Reference in New Issue
Block a user