From 3965ae7dbdfdf17f7f1b9254803ec4023342f21f Mon Sep 17 00:00:00 2001 From: Tim Mallezie Date: Tue, 17 Feb 2015 20:43:47 +0100 Subject: [PATCH] fixed code style --- 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 51e8ba3108..de439a71e9 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