preserve order
authorjeff <jeff>
Tue, 9 Oct 2007 01:40:45 +0000 (01:40 +0000)
committerjeff <jeff>
Tue, 9 Oct 2007 01:40:45 +0000 (01:40 +0000)
httemplate/misc/timeworked.html

index 1ab5673..dc89d1c 100755 (executable)
@@ -79,6 +79,7 @@ die "access denied"
 
 my(%ticketmap, %ticket, %customers); 
 my $title = 'Assign Time Worked';
+tie %ticketmap, 'Tie::IxHash';
 
 RT::Init();