Change representation for preferred tel number in addressbook

This commit is contained in:
Hadi Nategh 2016-05-06 09:08:43 +00:00
parent 60592b36af
commit 8a24a16cb1

View File

@ -1698,7 +1698,7 @@ window.egw_LAB.wait(function() {
if (is_null($prefer_marker))
{
// as et2 adds options with .text(), it can't be entities, but php knows no string literals with utf-8
$prefer_marker = html_entity_decode(' ♥', ENT_NOQUOTES, 'utf-8');
$prefer_marker = html_entity_decode(' ★', ENT_NOQUOTES, 'utf-8');
}
foreach($tel2show as $name)
{