program/lib/Roundcube/rcube_addressbook.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/rcube_addressbook.php
@@ -605,7 +605,8 @@ } $result = preg_replace('/\s+/', ' ', $result); $result = trim($result); $result = preg_replace('/\s*(<>|\(\)|\[\])/', '', $result); $result = trim($result, '/ '); return $result; }