From 48ef7bf8dac40ceb748fb54ca09585c1d6707a36 Mon Sep 17 00:00:00 2001 From: yashodha Date: Tue, 15 Dec 2015 17:41:48 +0530 Subject: [PATCH] format fix --- CRM/Contact/BAO/Contact.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index 562e2c9689..bfb6b2beef 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -1490,8 +1490,7 @@ WHERE id={$id}; "; ); } } - - $fields['current_employer_id']['title'] = ts('Current Employer ID'); + $fields['current_employer_id']['title'] = ts('Current Employer ID'); //fix for CRM-791 if ($export) { $fields = array_merge($fields, array( -- 2.25.1