/[wait]/trunk/lib/WAIT/InvertedIndex.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/lib/WAIT/InvertedIndex.pm

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

revision 33 by ulpfr, Sun Nov 12 13:25:57 2000 UTC revision 36 by ulpfr, Sun Nov 12 17:01:59 2000 UTC
# Line 4  Line 4 
4  # Author          : Ulrich Pfeifer  # Author          : Ulrich Pfeifer
5  # Created On      : Thu Aug  8 13:05:10 1996  # Created On      : Thu Aug  8 13:05:10 1996
6  # Last Modified By: Ulrich Pfeifer  # Last Modified By: Ulrich Pfeifer
7  # Last Modified On: Sun Nov 12 14:20:56 2000  # Last Modified On: Sun Nov 12 14:40:21 2000
8  # Language        : CPerl  # Language        : CPerl
9  #  #
10  # (C) Copyright 1996-2000, Ulrich Pfeifer  # (C) Copyright 1996-2000, Ulrich Pfeifer
# Line 166  sub is_an_old_index { Line 166  sub is_an_old_index {
166        return $self->{old_index} = 0;        return $self->{old_index} = 0;
167      }      }
168      if ($dbh->seq($word, $value, R_NEXT) or # no values left      if ($dbh->seq($word, $value, R_NEXT) or # no values left
169          $word !~ /^$O/o                     # no $O values left          $word !~ /^$O$;/o                   # no $O values left
170         ) {         ) {
171        # we are not sure enough that this is an old index        # we are not sure enough that this is an old index
172        return $self->{old_index} = 0;        return $self->{old_index} = 0;

Legend:
Removed from v.33  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26