diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-13 23:57:00 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-13 23:57:00 -0700 |
| commit | def9b0f3c02351c4da55ff8b47dcb7125b0a7581 (patch) | |
| tree | 299c3bcb7f764fbee2625c812bdca5311e040139 /httemplate/misc/timeworked.html | |
| parent | 2ef0feae2aea8ec88dba7e5467c9cae8f26f773c (diff) | |
clean up various other RT initialization inconsistancy, RT#18719
Diffstat (limited to 'httemplate/misc/timeworked.html')
| -rwxr-xr-x | httemplate/misc/timeworked.html | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
