remove obsolete require once
authorEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 04:40:44 +0000 (16:40 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 05:49:01 +0000 (17:49 +1200)
api/v3/ContactType.php
api/v3/Entity.php
api/v3/Job.php
api/v3/Location.php
api/v3/ParticipantStatusType.php
api/v3/SurveyRespondant.php

index 5b8540de29ee09d29235b59a8110d97d19f7afdd..ed8ff1c222ffd99f35b4f9d6a754fb95329bf996 100644 (file)
@@ -34,8 +34,6 @@
  * @copyright CiviCRM LLC (c) 2004-2014
  */
 
-require_once 'api/v3/utils.php';
-
 /**
  * create/update contact_type
  *
index ef461a7d08bab4187d8975ecb37d52b7607ba752..e0c30dbf80947f72b677e58f76899388f57578ca 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'api/v3/utils.php';
-
 /**
  *  Placeholder function. This should never be called, as it doesn't have any meaning
  */
index 19405ceb303e747514b70013826ed80b3508b8de..fefc2181dfdd5be4d39b72262eb1d43802bc9f73 100644 (file)
  *
  */
 
-/**
- * Include common API util functions
- */
-require_once 'api/v3/utils.php';
-
 /**
  * Adjust metadata for "Create" action
  *
index 45e81ccadfa4a4b84dccb56f448431554dcea902..dc8f496bb5bfd6412c13803a79f85037c90593c1 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'api/v3/utils.php';
-
 /**
  *  Functions to inform caller that Location is obsolete and Address, Phone, Email, Website should be used
  */
index 48c435c6a961307fada002acf89869159cade4df..8f30be2d76453ced03702ac9448b721fae09f94a 100644 (file)
@@ -34,8 +34,6 @@
  * @copyright CiviCRM LLC (c) 2004-2014
  */
 
-require_once 'api/v3/utils.php';
-
 /**
  * create/update participant_status
  *
index 4c093f26cf46f35911a4aac9131b63f66cf7ae10..b81ca55af5ac95abf85451840b29028c459d7161 100644 (file)
  * @subpackage API_Survey
  */
 
-/**
- * Include utility functions
- */
-require_once 'api/v3/utils.php';
-
 /**
  * Get the list of signatories
  *