xml/templates/dao.tpl - Remove unused imports
authorTim Otten <totten@civicrm.org>
Thu, 28 Jul 2016 22:13:23 +0000 (15:13 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 28 Jul 2016 22:52:00 +0000 (15:52 -0700)
xml/templates/dao.tpl

index 7b5a9af9cce5695c03ea2859208f88714b393b43..3519b55ecdcf8d8f1fcc857e6c2a9e87f5f39318 100644 (file)
 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}
 
      /**