Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-08-28-20-20-34
[civicrm-core.git] / api / v3 / Participant.php
index 6a18be78b0a98a45d82da63f4a692a0a8c8e4d33..e5e94411bda8da7308e64a4424f044716cb478ea 100644 (file)
@@ -1,9 +1,8 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -78,7 +77,7 @@ function civicrm_api3_participant_create($params) {
   return civicrm_api3_create_success($participant, $params, 'participant', 'create', $participantBAO);
 }
 
-/*
+/**
  * Create a default participant line item
  */
 function _civicrm_api3_participant_createlineitem(&$params, $participant){
@@ -111,7 +110,7 @@ where ps.id is not null
 }
 
 
-/*
+/**
  * Adjust Metadata for Create action
  *
  * The metadata is used for setting defaults, documentation & validation
@@ -171,7 +170,7 @@ function civicrm_api3_participant_get($params) {
   return civicrm_api3_create_success($participant, $params, 'participant', 'get', $dao);
 }
 
-/*
+/**
  * Adjust Metadata for Get action
  *
  * The metadata is used for setting defaults, documentation & validation