clean up various other RT initialization inconsistancy, RT#18719
[freeside.git] / httemplate / search / report_rt_ticket.html
index f0d7a42..a4ceaa6 100644 (file)
@@ -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;