Fixed issue 2950693 re: not seeing previous searches that used quotes

This commit is contained in:
Brian Carrier 2010-02-12 18:33:48 +00:00
parent fda63576a1
commit 68933257d1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
--------------------------- Version 2.22 --------------------------------
2/12/10: bug fix: resolved issue 2950693 where previous searches
were not shown if they used quotes.
--------------------------- Version 2.22 -------------------------------- --------------------------- Version 2.22 --------------------------------
10/27/09: Update: Change istat to use -B instead of -b (new change in TSK). 10/27/09: Update: Change istat to use -B instead of -b (new change in TSK).

View File

@ -257,7 +257,7 @@ sub enter {
. "<input type=\"hidden\" name=\"srchidx\" value=\"$srch_idx\">\n" . "<input type=\"hidden\" name=\"srchidx\" value=\"$srch_idx\">\n"
. Args::make_hidden(); . Args::make_hidden();
print "<input type=\"SUBMIT\" value=\"$prev_str ($prev_cnt)\">" print "<input type=\"SUBMIT\" value=\"".Print::html_encode($prev_str)." ($prev_cnt)\">"
. "<br></form>\n"; . "<br></form>\n";
if ($row_idx == 3) { if ($row_idx == 3) {