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 cbd236f06c27470e39fd353a301675e39622dc91..7f905a0c8c40d85964bf425523dc36402e74cd11 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -66,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)
@@ -139,7 +137,6 @@ function _civicrm_api3_custom_value_create_spec(&$params) {
  * @return array
  *
  *
- * @access public
  */
 function civicrm_api3_custom_value_get($params) {