From dcb3f6aedb9f8af8495302ed7e2ba6b56bc6b0d8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 13 Aug 2012 23:56:59 -0700 Subject: [PATCH] clean up various other RT initialization inconsistancy, RT#18719 --- httemplate/elements/select-rt-customfield.html | 3 --- httemplate/misc/timeworked.html | 2 -- httemplate/search/report_rt_ticket.html | 1 - 3 files changed, 6 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 @@ % } -<%once> -RT::Init(); - <%init> my %opt = @_; my $lookuptype = $opt{lookuptype}; diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html index 672fad8d6..e4392825c 100755 --- a/httemplate/misc/timeworked.html +++ b/httemplate/misc/timeworked.html @@ -99,8 +99,6 @@ my(%ticketmap, %ticket, %customers); my $title = 'Assign Time Worked'; tie %ticketmap, 'Tie::IxHash'; -RT::Init(); - my $CurrentUser = RT::CurrentUser->new(); $CurrentUser->LoadByName($FS::CurrentUser::CurrentUser->username); diff --git a/httemplate/search/report_rt_ticket.html b/httemplate/search/report_rt_ticket.html index f0d7a4200..a4ceaa6a4 100644 --- a/httemplate/search/report_rt_ticket.html +++ b/httemplate/search/report_rt_ticket.html @@ -59,7 +59,6 @@ if ( @pkgparts ) { } # get a list of TimeValue-type custom fields -RT::Init(); my $CurrentUser = RT::CurrentUser->new(); $CurrentUser->LoadByName($FS::CurrentUser::CurrentUser->username); die "RT not configured" unless $CurrentUser->id; -- 2.11.0