summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-13 23:56:59 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-13 23:56:59 -0700
commitdcb3f6aedb9f8af8495302ed7e2ba6b56bc6b0d8 (patch)
tree3ff75ed8219b0505c6f42502a97627b7bfc92873 /httemplate/elements
parent58247d8b69d1dcc81016f97b3ee79b41fbe44e62 (diff)
clean up various other RT initialization inconsistancy, RT#18719
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/select-rt-customfield.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/elements/select-rt-customfield.html b/httemplate/elements/select-rt-customfield.html
index 7a45bb14b..85758d585 100644
--- a/httemplate/elements/select-rt-customfield.html
+++ b/httemplate/elements/select-rt-customfield.html
@@ -3,9 +3,6 @@
<OPTION VALUE="<% shift @fields %>"><% shift @fields %></OPTION>
% }
</SELECT>
-<%once>
-RT::Init();
-</%once>
<%init>
my %opt = @_;
my $lookuptype = $opt{lookuptype};