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