mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Change representation for preferred tel number in addressbook
This commit is contained in:
parent
60592b36af
commit
8a24a16cb1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user