/[Semantic-Engine]/EPrints/index.pl
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 /EPrints/index.pl

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

revision 18 by dpavlin, Mon Jul 2 12:55:49 2007 UTC revision 19 by dpavlin, Mon Jul 2 18:12:02 2007 UTC
# Line 95  while (my $row = $sth->fetchrow_hashref Line 95  while (my $row = $sth->fetchrow_hashref
95          $indexer->index( $row->{id}, $body );          $indexer->index( $row->{id}, $body );
96          $kino->add_doc({          $kino->add_doc({
97                  id => $id,                  id => $id,
98                  title => $parts->{title},                  title => $parts->{title}->[0],
99                  keywords => $parts->{keywords},                  keywords => $parts->{keywords}->[0],
100                  abstract => $parts->{abstract},                  abstract => $parts->{abstract}->[0],
101          });          });
102                    
103          $total++;          $total++;

Legend:
Removed from v.18  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26