From: Tim Mallezie Date: Tue, 17 Feb 2015 19:43:47 +0000 (+0100) Subject: fixed code style X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3965ae7dbdfdf17f7f1b9254803ec4023342f21f;p=civicrm-core.git fixed code style --- 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; }