From 4c5f31d02256ecc4b380a1f4a2ca668e299a4f25 Mon Sep 17 00:00:00 2001 From: Tim Mallezie Date: Tue, 17 Feb 2015 20:47:15 +0100 Subject: [PATCH] fixed code style2 --- 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 de439a71e9..26c4fc7498 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