Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv4247
Modified Files:
Tag: v0/18/1
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.98.2.1
retrieving revision 1.98.2.2
diff -C2 -d -r1.98.2.1 -r1.98.2.2
*** HTML.pm 7 Mar 2003 08:31:20 -0000 1.98.2.1
--- HTML.pm 11 Mar 2003 08:49:12 -0000 1.98.2.2
***************
*** 3198,3201 ****
--- 3198,3206 ----
}
}
+
+ #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
|