From f8fcd6236c229b237a856560c4394347fb2f1b8c Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Mon, 23 Feb 2015 22:10:24 +0530 Subject: [PATCH] -- CRM-15989, removed whitespace ---------------------------------------- * CRM-15989: Merge Show Deceased Contact extension into core https://issues.civicrm.org/jira/browse/CRM-15989 --- CRM/Contact/Form/Contact.php | 1 - CRM/Contact/Page/View.php | 1 - 2 files changed, 2 deletions(-) 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}"; } -- 2.25.1