clean up changes for batch 18
[civicrm-core.git] / api / v3 / PriceField.php
index 02634f38bfd0d257cf57b38e202f7bb72aa3f20c..0fcc744ddcd9f970f874d892b78804583903dbd7 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-/*
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -45,8 +44,7 @@
  *
  * @return array
  *   api result array
- * {@getfields price_field_create}
- * @access public
+ *   {@getfields price_field_create}
  */
 function civicrm_api3_price_field_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -72,8 +70,7 @@ function _civicrm_api3_price_field_create_spec(&$params) {
  *
  * @return array
  *   Array of matching price_fields
- * {@getfields price_field_get}
- * @access public
+ *   {@getfields price_field_get}
  */
 function civicrm_api3_price_field_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -91,8 +88,7 @@ function civicrm_api3_price_field_get($params) {
  *
  * @return array
  *   API result array
- * {@getfields price_field_delete}
- * @access public
+ *   {@getfields price_field_delete}
  */
 function civicrm_api3_price_field_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);