preliminary tidy up
[civicrm-core.git] / CRM / Event / Page / AJAX.php
index 45ba896cbd87bf023bfb49b37676ec95e5b5f501..66ceb0e0e5c035f04faab0c722cd4432e198a33c 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -39,7 +39,7 @@
 class CRM_Event_Page_AJAX {
 
   /**
-   * Building EventFee combo box
+   * Building EventFee combo box.
    * FIXME: This ajax callback could be eliminated in favor of an entityRef field but the priceFieldValue api doesn't currently support filtering on entity_table
    */
   public function eventFee() {
@@ -66,4 +66,5 @@ GROUP BY cv.label";
     }
     CRM_Utils_JSON::output($results);
   }
+
 }