Merge remote-tracking branch 'upstream/4.3' into 4.3-4.4-2013-10-21-22-31-28
[civicrm-core.git] / api / v3 / Domain.php
index 0e7cd7af9190be1202373983719c901ac70ecf91..0044289becabdc51cfdb602731476a763b270780 100644 (file)
@@ -1,9 +1,8 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -109,7 +108,8 @@ function civicrm_api3_domain_get($params) {
 
   return civicrm_api3_create_success($domains, $params, 'domain', 'get', $bao);
 }
-/*
+
+/**
  * Adjust Metadata for Get action
  *
  * The metadata is used for setting defaults, documentation & validation
@@ -132,7 +132,8 @@ function civicrm_api3_domain_create($params) {
   $params['version'] = $params['domain_version'];
   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