projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8e0b1
)
xml/templates/dao.tpl - Remove unused imports
author
Tim Otten
<totten@civicrm.org>
Thu, 28 Jul 2016 22:13:23 +0000
(15:13 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 28 Jul 2016 22:52:00 +0000
(15:52 -0700)
xml/templates/dao.tpl
patch
|
blob
|
blame
|
history
diff --git
a/xml/templates/dao.tpl
b/xml/templates/dao.tpl
index 7b5a9af9cce5695c03ea2859208f88714b393b43..3519b55ecdcf8d8f1fcc857e6c2a9e87f5f39318 100644
(file)
--- 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}
/**