diff options
Diffstat (limited to 'httemplate/elements/select-rt-customfield.html')
-rw-r--r-- | httemplate/elements/select-rt-customfield.html | 3 |
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}; |