Replace dark fav_tel icon in addressbook with WHITE-STAR

This commit is contained in:
Hadi Nategh 2016-05-19 16:59:08 +02:00
parent 1517c5f323
commit 739b97fa43

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)
{