/[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 183 by dpavlin, Sat Nov 29 17:51:12 2003 UTC revision 190 by dpavlin, Sat Nov 29 19:11:23 2003 UTC
# Line 109  sub show_results_list { Line 109  sub show_results_list {
109    
110                  push @persist_vars, "f$i";                  push @persist_vars, "f$i";
111                  push @persist_vars, "v$i";                  push @persist_vars, "v$i";
112                    push @persist_vars, "e$i" if ($q->param("e$i"));
113    
114                  push @url_params,"f$i=".$q->url_param("f$i");                  push @url_params,"f$i=".$q->url_param("f$i");
115                  foreach my $v ($q->url_param("v$i")) {                  foreach my $v ($q->url_param("v$i")) {
# Line 141  sub show_results_list { Line 142  sub show_results_list {
142                          if ($q->param("e$i")) {                          if ($q->param("e$i")) {
143                                  $pre = '"' if (! $pre);                                  $pre = '"' if (! $pre);
144                                  $post = '"' if (! $post);                                  $post = '"' if (! $post);
145                                  $wc = '';       # don't use windcard in exact                                  # what about wildcards?
146                                    $wc = '';
147                                    $wc = '*' if ($q->param("e$i") & 4);
148                                  $exact = '_exact';                                  $exact = '_exact';
149                          }                          }
150    

Legend:
Removed from v.183  
changed lines
  Added in v.190

  ViewVC Help
Powered by ViewVC 1.1.26