/[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 120 by dpavlin, Tue Sep 2 13:24:33 2003 UTC revision 121 by dpavlin, Tue Sep 2 21:31:54 2003 UTC
# Line 162  sub show_results_list { Line 162  sub show_results_list {
162                  $sw_q .= join("\" or swishdocpath=\"",@path_arr);                  $sw_q .= join("\" or swishdocpath=\"",@path_arr);
163                  $sw_q .= "\")";                  $sw_q .= "\")";
164                  $tmpl->param('full',1); # show full records                  $tmpl->param('full',1); # show full records
165            } else {
166                    $tmpl->param('full',0);
167          }          }
168    
169          my $hits = $sh->query($sw_q);          my $hits = $sh->query($sw_q);
# Line 182  sub show_results_list { Line 184  sub show_results_list {
184                          my @result;                          my @result;
185                          for (my $i=0; $i<$rows; $i++) {                          for (my $i=0; $i<$rows; $i++) {
186                                  my $r = $swish_results[$offset+$i];                                  my $r = $swish_results[$offset+$i];
187                                  if ($r && $q->param('show_full')) {                                  if ($r && $tmpl->param('full')) {
188                                          push @result, $r;                                          push @result, $r;
189                                  } elsif ($r) {                                  } elsif ($r) {
190                                          # if not full output, skip html                                          # if not full output, skip html

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

  ViewVC Help
Powered by ViewVC 1.1.26