Merge pull request #4637 from eileenmcnaughton/CRM-15670
[civicrm-core.git] / CRM / Event / Page / AJAX.php
index 530201327180692f31e30ce19292308b913fd4d4..a0ddc764e094b26a60bf23751ab7457b1718f4f5 100644 (file)
@@ -39,7 +39,7 @@
 class CRM_Event_Page_AJAX {
 
   /**
-   * Function for 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
    */
   function eventFee() {
@@ -66,6 +66,5 @@ GROUP BY cv.label";
     }
     CRM_Utils_JSON::output($results);
   }
-
 }