summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorjeff <jeff>2007-10-09 01:40:45 +0000
committerjeff <jeff>2007-10-09 01:40:45 +0000
commita41d7d685dfca9ddcfcc2a4c629c3e1ee22090d9 (patch)
tree71c9bbd8f68b7a964e499eca6129f7949fe22303 /httemplate/misc
parent7224359dd904049a160daae7bd9a0a5c11ee8dbf (diff)
preserve order
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-xhttemplate/misc/timeworked.html1
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();