/[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 186 by dpavlin, Sat Nov 29 18:40:19 2003 UTC revision 190 by dpavlin, Sat Nov 29 19:11:23 2003 UTC
# Line 142  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.186  
changed lines
  Added in v.190

  ViewVC Help
Powered by ViewVC 1.1.26