Merge pull request #900 from dlobo/CRM-12588
[civicrm-core.git] / api / v3 / Tag.php
index 490862866bfda8a9f43533cd3fe5d81c4c216e68..2d4e01da671680485376d54f209a7a8013387544 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
  * @version $Id: Tag.php 30486 2010-11-02 16:12:09Z shot $
  */
 
-/**
- * Include utility functions
- */
-require_once 'CRM/Core/BAO/Tag.php';
-
 /**
  *  Add a Tag. Tags are used to classify CRM entities (including Contacts, Groups and Actions).
  *
@@ -70,7 +64,7 @@ function civicrm_api3_tag_create($params) {
   }
 
 /**
- * Specify Meta data for create. Note that this data is retrievable via the getfields function 
+ * Specify Meta data for create. Note that this data is retrievable via the getfields function
  * and is used for pre-filling defaults and ensuring mandatory requirements are met.
  */
 function _civicrm_api3_tag_create_spec(&$params) {