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