Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-01-26-14-28-00
[civicrm-core.git] / api / v3 / CustomValue.php
index 08fa2326c327f0ceaeff7c40525268633efd796c..7f905a0c8c40d85964bf425523dc36402e74cd11 100644 (file)
@@ -65,7 +65,6 @@
  * @return array
  *   ['values' => TRUE] or ['is_error' => 1, 'error_message' => 'what went wrong']
  *
- * @access public
  */
 function civicrm_api3_custom_value_create($params) {
   // @todo it's not clear where the entity_table is used as  CRM_Core_BAO_CustomValueTable::setValues($create)
@@ -138,7 +137,6 @@ function _civicrm_api3_custom_value_create_spec(&$params) {
  * @return array
  *
  *
- * @access public
  */
 function civicrm_api3_custom_value_get($params) {