diff options
Diffstat (limited to 'httemplate/misc/timeworked.html')
-rwxr-xr-x | httemplate/misc/timeworked.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html index 1ab567300..dc89d1cde 100755 --- a/httemplate/misc/timeworked.html +++ b/httemplate/misc/timeworked.html @@ -79,6 +79,7 @@ die "access denied" my(%ticketmap, %ticket, %customers); my $title = 'Assign Time Worked'; +tie %ticketmap, 'Tie::IxHash'; RT::Init(); |