/[webpac]/trunk/WebPac.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/WebPac.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 676 by dpavlin, Mon Feb 21 22:47:48 2005 UTC revision 677 by dpavlin, Thu Feb 24 09:11:35 2005 UTC
# Line 273  sub show_results_list { Line 273  sub show_results_list {
273                  push @url_params_persist,"f$i=".$q->url_param("f$i") if ($persist);                  push @url_params_persist,"f$i=".$q->url_param("f$i") if ($persist);
274    
275                  foreach my $v ($q->url_param("v$i")) {                  foreach my $v ($q->url_param("v$i")) {
276                            # escape quotes so that phrase search work
277                            $v =~ s/"/%22/g;
278                          push @url_params,"v$i=$v";                          push @url_params,"v$i=$v";
279                          push @url_params_persist,"v$i=$v" if ($persist);                          push @url_params_persist,"v$i=$v" if ($persist);
280                  }                  }

Legend:
Removed from v.676  
changed lines
  Added in v.677

  ViewVC Help
Powered by ViewVC 1.1.26