From 631be2b95a8c1b681b6d291682bdd105ec142a59 Mon Sep 17 00:00:00 2001 From: Tim Mallezie Date: Tue, 17 Feb 2015 16:50:33 +0100 Subject: [PATCH] fixed indentation --- CRM/Contact/Page/AJAX.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Page/AJAX.php b/CRM/Contact/Page/AJAX.php index e9d2279eb4..51e8ba3108 100644 --- a/CRM/Contact/Page/AJAX.php +++ b/CRM/Contact/Page/AJAX.php @@ -1074,7 +1074,7 @@ LIMIT {$offset}, {$rowCount} $params['contact_id'] = $contactID; $params['context'] = $context; - if($relationship_type_id){ + if($relationship_type_id){ $params['relationship_type_id'] = $relationship_type_id; } -- 2.25.1