X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FLineItem.php;h=a739beec0701fbdbdde9db8eac5a8c06ecaefcc3;hb=ed5ef6168bb73bca9e124bceeb5131ff209bffe4;hp=cb09968a99a5c37182ab33833c28b226063d7630;hpb=6a4880350680e1e4d20e5c8a622a791f926ca750;p=civicrm-core.git diff --git a/api/v3/LineItem.php b/api/v3/LineItem.php index cb09968a99..a739beec07 100644 --- a/api/v3/LineItem.php +++ b/api/v3/LineItem.php @@ -2,9 +2,9 @@ /* /* +--------------------------------------------------------------------+ - | CiviCRM version 4.3 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -49,7 +49,8 @@ function civicrm_api3_line_item_create($params) { return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); } -/* + +/** * Adjust Metadata for Create action * * The metadata is used for setting defaults, documentation & validation