From: Tim Otten Date: Thu, 28 Jul 2016 22:13:23 +0000 (-0700) Subject: xml/templates/dao.tpl - Remove unused imports X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=327f146301fc57fda045a5c72c02618d6636a21c;p=civicrm-core.git xml/templates/dao.tpl - Remove unused imports --- 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} /**