Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv3679/UI
Modified Files:
HTML.pm
Log Message:
Fix the ID display in the History so that the IDs do not resort with each sort
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** HTML.pm 8 Apr 2003 00:24:13 -0000 1.122
--- HTML.pm 8 Apr 2003 00:51:47 -0000 1.123
***************
*** 2057,2060 ****
--- 2057,2061 ----
if ( defined( $self->{history__}{$history_files[$i]} ) ) {
$self->{history__}{$history_files[$i]}{cull} = 0;
+ $self->{history__}{$history_files[$i]}{index} = $i;
} else {
|