From: <ssc...@us...> - 2003-03-11 08:47:37
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv3820 Modified Files: HTML.pm Log Message: fixed more XPL problems - bug 697046, 692673 Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** HTML.pm 7 Mar 2003 08:32:16 -0000 1.110 --- HTML.pm 11 Mar 2003 08:47:33 -0000 1.111 *************** *** 3067,3070 **** --- 3067,3075 ---- } } + + #Reset any filters + $self->{form__}{filter} = ''; + $self->{form__}{search} = ''; + $self->{form__}{setsearch} = 1; # Force a history_reload if we did not find this file in the history cache |