/[webpac]/branches/fsb/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 /branches/fsb/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 124 by dpavlin, Wed Sep 3 23:07:21 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) {
# Line 237  sub show_index { Line 237  sub show_index {
237                  return $html;                  return $html;
238          }          }
239    
240          my $tmpl = $self->load_tmpl('index_res.html');          my $tmpl = $self->load_tmpl('index_res.html', global_vars => 1);
241          $tmpl->param('field',$field);          $tmpl->param('field',$field);
242          $tmpl->param('limit',$limit);          $tmpl->param('limit',$limit);
243          $tmpl->param('total',$total);          $tmpl->param('total',$total);

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

  ViewVC Help
Powered by ViewVC 1.1.26