From: Pradeep Nayak Date: Mon, 23 Feb 2015 16:40:24 +0000 (+0530) Subject: -- CRM-15989, removed whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f8fcd6236c229b237a856560c4394347fb2f1b8c;p=civicrm-core.git -- CRM-15989, removed whitespace ---------------------------------------- * CRM-15989: Merge Show Deceased Contact extension into core https://issues.civicrm.org/jira/browse/CRM-15989 --- diff --git a/CRM/Contact/Form/Contact.php b/CRM/Contact/Form/Contact.php index 69ccda51da..7c6434a940 100644 --- a/CRM/Contact/Form/Contact.php +++ b/CRM/Contact/Form/Contact.php @@ -216,7 +216,6 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form { if ($defaults['is_deceased']) { $displayName .= ' (deceased)'; } - $displayName = ts('Edit %1', array(1 => $displayName)); // Check if this is default domain contact CRM-10482 diff --git a/CRM/Contact/Page/View.php b/CRM/Contact/Page/View.php index 26f97bd21f..f252c33446 100644 --- a/CRM/Contact/Page/View.php +++ b/CRM/Contact/Page/View.php @@ -335,7 +335,6 @@ class CRM_Contact_Page_View extends CRM_Core_Page { if ($contactDetails[$contactId]['isDeceased']) { $title .= ' (deceased)'; } - if ($isDeleted) { $title = "{$title}"; }