X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FBAO%2FParticipantStatusType.php;h=db5f33ea1f8febb96ee014091299c0a797cca397;hb=e9b0c2a705c021d2a96ee331e97048bb9cad5db5;hp=00b5db2ac66b1f344b40a39ab9b8e75be834df0b;hpb=d5cc0fc2b73ee915b099c24272e006af803fd8a4;p=civicrm-core.git diff --git a/CRM/Event/BAO/ParticipantStatusType.php b/CRM/Event/BAO/ParticipantStatusType.php index 00b5db2ac6..db5f33ea1f 100644 --- a/CRM/Event/BAO/ParticipantStatusType.php +++ b/CRM/Event/BAO/ParticipantStatusType.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -321,4 +321,5 @@ LEFT JOIN civicrm_event event ON ( event.id = participant.event_id ) return array('is_error' => 0, 'messages' => $returnMessages); } + }