INFRA-132 - Drupal.Files.EndFileNewline.TooMany
authorTim Otten <totten@civicrm.org>
Sat, 10 Jan 2015 04:57:51 +0000 (20:57 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 10 Jan 2015 04:57:51 +0000 (20:57 -0800)
17 files changed:
api/v3/Grant.php
api/v3/Group.php
api/v3/GroupContact.php
api/v3/GroupNesting.php
api/v3/GroupOrganization.php
api/v3/Im.php
api/v3/Location.php
api/v3/LocationType.php
api/v3/MailSettings.php
api/v3/MailingEventConfirm.php
api/v3/MailingEventResubscribe.php
api/v3/MailingEventSubscribe.php
api/v3/MailingEventUnsubscribe.php
api/v3/MailingJob.php
api/v3/MembershipBlock.php
api/v3/MembershipPayment.php
api/v3/MembershipStatus.php

index 911660f30c2a334e38931ee82b5a9fd1ccef89cd..1ba1c956181cbab481f6bdf770f1758e93486c0d 100644 (file)
@@ -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);
 }
-
index ebb2a850e05edd243f25a4ee01018f5ec9d9ced3..57837c06389ad50c0d37a586969b5b10735925a6 100644 (file)
@@ -118,4 +118,3 @@ function civicrm_api3_group_delete($params) {
   CRM_Contact_BAO_Group::discard($params['id']);
   return civicrm_api3_create_success(TRUE);
 }
-
index f19faf14271b3978fcf1bc8936745760425e3239..591750035577eba36885b1f68aebcc83e76229d0 100644 (file)
@@ -256,4 +256,3 @@ function _civicrm_api3_group_contact_deprecation() {
     'update_status' => 'GroupContact "update_status" action is deprecated in favor of "create".',
   );
 }
-
index 457f2ecef66d9474779027835ab76e110a148201..358957e0ebc5decbb765a9a0608655eb71ce1e7d 100644 (file)
@@ -101,4 +101,3 @@ function civicrm_api3_group_nesting_delete($params) {
 
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);
 }
-
index 33af3d2ae8e23a0e22e7dbba2b6712848b40feb0..f94c7121897cab407f23282db075831dcda49e26 100644 (file)
@@ -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');
 }
-
index 351dc4ad33bec65186945a2ffcf86035c18be8e0..68a9170264923d5445b7472841e101fc8b3949fe 100644 (file)
@@ -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);
 }
-
index e89580a05e9fdc24030b195a8b32f5706e0886ac..54c1822bf456c721a156115e8f68c6338a0129e6 100644 (file)
@@ -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));
 }
-
index 10f818739e569130f28bff075121f2d7f57135b9..db44762d2c9e6f87907b25f79c2bf858b5d74773 100644 (file)
@@ -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);
 }
-
index 5781b692c88926a7a50eb1c701a08a042ca3d604..c8c34ee073c4625438c933897596cc08f06f4c98 100644 (file)
@@ -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);
 }
-
index 75efbf14e201cdcaa00b2c5590b78fc431d81036..6f45668e0fd4ab0cccc1a90e3f0194cc63f95415 100644 (file)
@@ -79,4 +79,3 @@ function _civicrm_api3_mailing_event_confirm_create_spec(&$params) {
   $params['hash']['api.required'] = 1;
   $params['hash']['title'] = 'Hash';
 }
-
index e70bb99bdd7bff493237c94e70523358e6cd5123..59c79976fd0edcc67d6799ebb76229875ada76ec 100644 (file)
@@ -83,4 +83,3 @@ function _civicrm_api3_mailing_event_resubscribe_create_spec(&$params) {
   $params['hash']['api.required'] = 1;
   $params['hash']['title'] = 'Hash';
 }
-
index 569593796d31846bb19de9fbc7e00027f325e4b2..405f0ac41690bfba0d2cb5505f5287d37d952a6c 100644 (file)
@@ -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';
 }
-
index 72d7ec108e6df879aa7ecea727d3af1afb94a751..7ce0d470302244fbc0de0eb188dd380cae4bd44f 100644 (file)
@@ -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';
 }
-
index 02b75e5168b4decf1c3389c0cb4eb9ee66114a44..fd2ffb956e08ec542cbd62efa50356ad6eb41953 100644 (file)
@@ -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);
 }
-
index f0ad95b490634f5ad5438702ebdcca55006c3b3f..e48d6cb8a086ff45c42a8b8e6af6814f18d1fd89 100644 (file)
@@ -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);
 }
-
index 999c2b89b4997c3b0c24143f92cbfb475cd0c724..3d3909bc2f4f7246235b2f321851d6b0192457b6 100644 (file)
@@ -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);
 }
-
index 12de92c8d712b6abee23df910cc98799e3db9f0b..f2059219ee32b080e5b89de5fff0f13eda255e04 100644 (file)
@@ -179,4 +179,3 @@ SELECT start_date, end_date, join_date, membership_type_id
   $dao->free();
   return $result;
 }
-