mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed issue 2950693 re: not seeing previous searches that used quotes
This commit is contained in:
parent
fda63576a1
commit
68933257d1
@ -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).
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user