forked from CiviWare/com.dpci.constituentsonly
fixed indentation and styling
This commit is contained in:
@ -43,7 +43,8 @@ class CRM_Utils_API_ConstituentsOnlyAPIWrapper implements API_Wrapper {
|
||||
'sequential' => 1,
|
||||
'contact_id' => array('=' => $api_result['id']),
|
||||
));
|
||||
} catch (CiviCRM_API3_Exception $e) {
|
||||
}
|
||||
catch (CiviCRM_API3_Exception $e) {
|
||||
$error = $e->getMessage();
|
||||
}
|
||||
|
||||
@ -58,4 +59,5 @@ class CRM_Utils_API_ConstituentsOnlyAPIWrapper implements API_Wrapper {
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user