/[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 113 by dpavlin, Tue Jul 15 15:07:42 2003 UTC revision 114 by dpavlin, Wed Jul 16 15:49:56 2003 UTC
# Line 177  sub show_results_list { Line 177  sub show_results_list {
177    
178                          my @result;                          my @result;
179                          for (my $i=0; $i<$rows; $i++) {                          for (my $i=0; $i<$rows; $i++) {
180                                  push @result, $swish_results[$offset+$i] if $swish_results[$offset+$i];                                  my $r = $swish_results[$offset+$i];
181                                    if ($r && $q->param('show_full')) {
182                                            push @result, $r;
183                                    } elsif ($r) {
184                                            # if not full output, skip html
185                                            delete $r->{html};
186                                            push @result, $r;
187                                    }
188                          }                          }
189                          return \@result;                          return \@result;
190                  },                  },

Legend:
Removed from v.113  
changed lines
  Added in v.114

  ViewVC Help
Powered by ViewVC 1.1.26