X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FBAO%2FIndividual.php;h=f82112f323f28d929208f7a53bae427b9b1a8f14;hb=518669f7fc6076a1246f3628f243097338d73876;hp=013e576e5367fbeb487a4264a06daffac4093ae6;hpb=fdbbaeee16125840b9e5daed81dbbb28e2db2b21;p=civicrm-core.git diff --git a/CRM/Contact/BAO/Individual.php b/CRM/Contact/BAO/Individual.php index 013e576e53..f82112f323 100644 --- a/CRM/Contact/BAO/Individual.php +++ b/CRM/Contact/BAO/Individual.php @@ -1,9 +1,9 @@ get('sort_name_format'); $sortName = CRM_Utils_Address::format($formatted, $format, - FALSE, FALSE, TRUE, $tokenFields + FALSE, FALSE, $tokenFields ); $sortName = trim($sortName); //build the display name. $format = Civi::settings()->get('display_name_format'); $displayName = CRM_Utils_Address::format($formatted, $format, - FALSE, FALSE, TRUE, $tokenFields + FALSE, FALSE, $tokenFields ); $displayName = trim($displayName); }