/[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 121 by dpavlin, Tue Sep 2 21:31:54 2003 UTC revision 122 by dpavlin, Wed Sep 3 20:08:26 2003 UTC
# Line 108  sub show_results_list { Line 108  sub show_results_list {
108                                          $s.= ($s) ? "and " : "";                                          $s.= ($s) ? "and " : "";
109                                          $s.="not " if ($1 eq "-");                                          $s.="not " if ($1 eq "-");
110                                          $s.="$2* ";                                          $s.="$2* ";
111                                  } elsif (m/(and|or|not)/i) {                                  } elsif (m/^\s*(and|or|not)\s*$/i) {
112                                          $s.="$_ ";                                          $s.="$_ ";
113                                  # don't add * to words with less than x chars                                  # don't add * to words with less than x chars
114                                  } elsif (length($_) <= $MIN_WILDCARD) {                                  } elsif (length($_) <= $MIN_WILDCARD) {

Legend:
Removed from v.121  
changed lines
  Added in v.122

  ViewVC Help
Powered by ViewVC 1.1.26