X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FPage%2FAJAX.php;h=ac81f60aff997214b5eb19ba64517af513ee0377;hb=709e574bfc8b047d9e9f9a6ad84595bc3f560b54;hp=45ba896cbd87bf023bfb49b37676ec95e5b5f501;hpb=397d0aec7771968e6ad649229f9a72c9c0e9b12c;p=civicrm-core.git diff --git a/CRM/Event/Page/AJAX.php b/CRM/Event/Page/AJAX.php index 45ba896cbd..ac81f60aff 100644 --- a/CRM/Event/Page/AJAX.php +++ b/CRM/Event/Page/AJAX.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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -66,4 +66,5 @@ GROUP BY cv.label"; } CRM_Utils_JSON::output($results); } + }