X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FNote.php;h=70f73c5b2fad67e51aeab4abb1bdf228e31298b0;hb=3c53c5df46bccc842a5fe6bbcf2c89bb5607edf5;hp=01f835699b97547b48b7ccab7b67e826b25efc44;hpb=262c5c3eb414998382a410134f140a02c929fd61;p=civicrm-core.git diff --git a/api/v3/Note.php b/api/v3/Note.php index 01f835699b..70f73c5b2f 100644 --- a/api/v3/Note.php +++ b/api/v3/Note.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -112,7 +112,7 @@ function _civicrm_api3_note_get_spec(&$params) { * @return array * Nested associative array beginning with direct children of given note. */ -function &civicrm_api3_note_tree_get($params) { +function civicrm_api3_note_tree_get($params) { civicrm_api3_verify_mandatory($params, NULL, array('id')); if (!is_numeric($params['id'])) {