From 5ee3596b75c162a494a5cd2387c904f17acab953 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 May 2014 16:40:44 +1200 Subject: [PATCH] remove obsolete require once --- api/v3/ContactType.php | 2 -- api/v3/Entity.php | 2 -- api/v3/Job.php | 5 ----- api/v3/Location.php | 2 -- api/v3/ParticipantStatusType.php | 2 -- api/v3/SurveyRespondant.php | 5 ----- 6 files changed, 18 deletions(-) diff --git a/api/v3/ContactType.php b/api/v3/ContactType.php index 5b8540de29..ed8ff1c222 100644 --- a/api/v3/ContactType.php +++ b/api/v3/ContactType.php @@ -34,8 +34,6 @@ * @copyright CiviCRM LLC (c) 2004-2014 */ -require_once 'api/v3/utils.php'; - /** * create/update contact_type * diff --git a/api/v3/Entity.php b/api/v3/Entity.php index ef461a7d08..e0c30dbf80 100644 --- a/api/v3/Entity.php +++ b/api/v3/Entity.php @@ -1,7 +1,5 @@