From: Tim Otten Date: Sat, 10 Jan 2015 04:57:51 +0000 (-0800) Subject: INFRA-132 - Drupal.Files.EndFileNewline.TooMany X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2313d5709eca26c137f499c9701e417c742c9cc8;p=civicrm-core.git INFRA-132 - Drupal.Files.EndFileNewline.TooMany --- diff --git a/api/v3/Grant.php b/api/v3/Grant.php index 911660f30c..1ba1c95618 100644 --- a/api/v3/Grant.php +++ b/api/v3/Grant.php @@ -101,4 +101,3 @@ function civicrm_api3_grant_get($params) { function civicrm_api3_grant_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - diff --git a/api/v3/Group.php b/api/v3/Group.php index ebb2a850e0..57837c0638 100644 --- a/api/v3/Group.php +++ b/api/v3/Group.php @@ -118,4 +118,3 @@ function civicrm_api3_group_delete($params) { CRM_Contact_BAO_Group::discard($params['id']); return civicrm_api3_create_success(TRUE); } - diff --git a/api/v3/GroupContact.php b/api/v3/GroupContact.php index f19faf1427..5917500355 100644 --- a/api/v3/GroupContact.php +++ b/api/v3/GroupContact.php @@ -256,4 +256,3 @@ function _civicrm_api3_group_contact_deprecation() { 'update_status' => 'GroupContact "update_status" action is deprecated in favor of "create".', ); } - diff --git a/api/v3/GroupNesting.php b/api/v3/GroupNesting.php index 457f2ecef6..358957e0eb 100644 --- a/api/v3/GroupNesting.php +++ b/api/v3/GroupNesting.php @@ -101,4 +101,3 @@ function civicrm_api3_group_nesting_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - diff --git a/api/v3/GroupOrganization.php b/api/v3/GroupOrganization.php index 33af3d2ae8..f94c712189 100644 --- a/api/v3/GroupOrganization.php +++ b/api/v3/GroupOrganization.php @@ -109,4 +109,3 @@ function civicrm_api3_group_organization_delete($params) { $result = CRM_Contact_BAO_GroupOrganization::deleteGroupOrganization($params['id']); return $result ? civicrm_api3_create_success('Deleted Group Organization successfully') : civicrm_api3_create_error('Could not delete Group Organization'); } - diff --git a/api/v3/Im.php b/api/v3/Im.php index 351dc4ad33..68a9170264 100644 --- a/api/v3/Im.php +++ b/api/v3/Im.php @@ -92,4 +92,3 @@ function civicrm_api3_im_delete($params) { function civicrm_api3_im_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - diff --git a/api/v3/Location.php b/api/v3/Location.php index e89580a05e..54c1822bf4 100644 --- a/api/v3/Location.php +++ b/api/v3/Location.php @@ -24,4 +24,3 @@ function civicrm_api3_location_get($params) { function civicrm_api3_location_delete($params) { return civicrm_api3_create_error("API (Location, Delete) does not exist, use the Address/Phone/Email/Website API instead", array('obsoleted' => TRUE)); } - diff --git a/api/v3/LocationType.php b/api/v3/LocationType.php index 10f818739e..db44762d2c 100644 --- a/api/v3/LocationType.php +++ b/api/v3/LocationType.php @@ -106,4 +106,3 @@ function civicrm_api3_location_type_delete($params) { function civicrm_api3_location_type_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - diff --git a/api/v3/MailSettings.php b/api/v3/MailSettings.php index 5781b692c8..c8c34ee073 100644 --- a/api/v3/MailSettings.php +++ b/api/v3/MailSettings.php @@ -97,4 +97,3 @@ function civicrm_api3_mail_settings_get($params) { function civicrm_api3_mail_settings_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - diff --git a/api/v3/MailingEventConfirm.php b/api/v3/MailingEventConfirm.php index 75efbf14e2..6f45668e0f 100644 --- a/api/v3/MailingEventConfirm.php +++ b/api/v3/MailingEventConfirm.php @@ -79,4 +79,3 @@ function _civicrm_api3_mailing_event_confirm_create_spec(&$params) { $params['hash']['api.required'] = 1; $params['hash']['title'] = 'Hash'; } - diff --git a/api/v3/MailingEventResubscribe.php b/api/v3/MailingEventResubscribe.php index e70bb99bdd..59c79976fd 100644 --- a/api/v3/MailingEventResubscribe.php +++ b/api/v3/MailingEventResubscribe.php @@ -83,4 +83,3 @@ function _civicrm_api3_mailing_event_resubscribe_create_spec(&$params) { $params['hash']['api.required'] = 1; $params['hash']['title'] = 'Hash'; } - diff --git a/api/v3/MailingEventSubscribe.php b/api/v3/MailingEventSubscribe.php index 569593796d..405f0ac416 100644 --- a/api/v3/MailingEventSubscribe.php +++ b/api/v3/MailingEventSubscribe.php @@ -93,4 +93,3 @@ function _civicrm_api3_mailing_event_subscribe_create_spec(&$params) { $params['group_id']['api.required'] = 1; $params['group_id']['title'] = 'Unsubscribe From Group'; } - diff --git a/api/v3/MailingEventUnsubscribe.php b/api/v3/MailingEventUnsubscribe.php index 72d7ec108e..7ce0d47030 100644 --- a/api/v3/MailingEventUnsubscribe.php +++ b/api/v3/MailingEventUnsubscribe.php @@ -90,4 +90,3 @@ function _civicrm_api3_mailing_event_unsubscribe_create_spec(&$params) { $params['event_queue_id']['api.required'] = 1; $params['event_queue_id']['title'] = 'Mailing Queue ID'; } - diff --git a/api/v3/MailingJob.php b/api/v3/MailingJob.php index 02b75e5168..fd2ffb956e 100644 --- a/api/v3/MailingJob.php +++ b/api/v3/MailingJob.php @@ -83,4 +83,3 @@ function civicrm_api3_mailing_job_get($params, $ids = array()) { function civicrm_api3_mailing_job_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - diff --git a/api/v3/MembershipBlock.php b/api/v3/MembershipBlock.php index f0ad95b490..e48d6cb8a0 100644 --- a/api/v3/MembershipBlock.php +++ b/api/v3/MembershipBlock.php @@ -98,4 +98,3 @@ function civicrm_api3_membership_block_get($params) { function civicrm_api3_membership_block_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params); } - diff --git a/api/v3/MembershipPayment.php b/api/v3/MembershipPayment.php index 999c2b89b4..3d3909bc2f 100644 --- a/api/v3/MembershipPayment.php +++ b/api/v3/MembershipPayment.php @@ -80,4 +80,3 @@ function _civicrm_api3_membership_payment_create_spec(&$params) { function civicrm_api3_membership_payment_get($params) { return _civicrm_api3_basic_get('CRM_Member_DAO_MembershipPayment', $params); } - diff --git a/api/v3/MembershipStatus.php b/api/v3/MembershipStatus.php index 12de92c8d7..f2059219ee 100644 --- a/api/v3/MembershipStatus.php +++ b/api/v3/MembershipStatus.php @@ -179,4 +179,3 @@ SELECT start_date, end_date, join_date, membership_type_id $dao->free(); return $result; } -