resolve/work around problem of displaying account info in tree (brackets for emailaddresses) and further use/display in app.js

This commit is contained in:
Klaus Leithoff 2014-02-05 09:49:24 +00:00
parent 216be238c7
commit c36ee4c041

View File

@ -640,7 +640,7 @@ class mail_ui
if ($_profileID && $acc_id != $_profileID) continue;
$oA = array('id' => $acc_id,
'text' => $identity_name,// htmlspecialchars($identity_name),
'text' => str_replace(array('<','>'),array('[',']'),$identity_name),// htmlspecialchars($identity_name),
'tooltip' => '('.$acc_id.') '.htmlspecialchars_decode($identity_name),
'im0' => 'thunderbird.png',
'im1' => 'thunderbird.png',