/[Grep]/lib/Grep/Search/KinoSearch.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 /lib/Grep/Search/KinoSearch.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 169 by dpavlin, Wed Jul 4 09:58:06 2007 UTC revision 180 by dpavlin, Fri Feb 1 20:22:14 2008 UTC
# Line 180  sub collection { Line 180  sub collection {
180          my @results;          my @results;
181    
182          my $i = 0;          my $i = 0;
183          while ( my $hit = $hits->fetch_hit_hashref ) {          while ( my $hit = $hits->fetch_hit ) {
184    
185                  my $score = $hit->{score};                  my $score = $hit->{score};
186                  my $title = $hit->{title};                  my $title = $hit->{title};

Legend:
Removed from v.169  
changed lines
  Added in v.180

  ViewVC Help
Powered by ViewVC 1.1.26