From 327f146301fc57fda045a5c72c02618d6636a21c Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 28 Jul 2016 15:13:23 -0700 Subject: [PATCH] xml/templates/dao.tpl - Remove unused imports --- xml/templates/dao.tpl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xml/templates/dao.tpl b/xml/templates/dao.tpl index 7b5a9af9cc..3519b55ecd 100644 --- a/xml/templates/dao.tpl +++ b/xml/templates/dao.tpl @@ -37,14 +37,6 @@ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; -{if $table.foreignKey} - {foreach from=$table.foreignKey item=foreign} - {if $foreign.import} -require_once '{$foreign.fileName}'; - {/if} - {/foreach} -{/if} - class {$table.className} extends CRM_Core_DAO {ldelim} /** -- 2.25.1