Changeset 7195


Ignore:
Timestamp:
04/14/10 15:34:43 (2 years ago)
Author:
AndrewJones
Message:

Item8426: fix typo in Index.pm

Location:
trunk/KinoSearchContrib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/KinoSearchContrib/data/System/KinoSearchContrib.txt

    r6727 r7195  
    218218|  Version: | %$VERSION% | 
    219219|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     220|  14 Apr 2010:  | v 1.24, Foswikitask:Item8426: fix typo in Index.pm | 
    220221|  11 Mar 2010:  | v 1.23, Foswikitask:Item8581: fix executable permission bits, fix typos, add dependency CPAN:Text::Iconv, flushes log files, move =kinosearch/bin= files to standard =tools= location -- Foswiki:Main.WillNorris | 
    221222|  04 Nov 2009:  | v 1.22, Foswikitask:Item2326: small documentation improvent -- Foswiki:Main.IngoKappler | 
  • trunk/KinoSearchContrib/lib/Foswiki/Contrib/KinoSearchContrib.pm

    r6726 r7195  
    2121 
    2222our $VERSION = '$Rev: 4913 $'; 
    23 our $RELEASE = '1.23'; 
     23our $RELEASE = '1.24'; 
    2424our $SHORTDESCRIPTION = 'Fast indexed search including attachments like Word, Excel, and PDF'; 
    2525 
  • trunk/KinoSearchContrib/lib/Foswiki/Contrib/KinoSearchContrib/Index.pm

    r6914 r7195  
    227227          split( /\t/, $change ); 
    228228           
    229         next if ( ( !defined $topicName ) || (!$changes) || ( $skipTopics{"$web.$topicName"} ) || ( $skipTopics{$topicName} ) ); 
     229        next if ( ( !defined $topicName ) || (!$change) || ( $skipTopics{"$web.$topicName"} ) || ( $skipTopics{$topicName} ) ); 
    230230 
    231231        if ( ( !%exclude ) || ( !$exclude{$topicName} ) ) { 
Note: See TracChangeset for help on using the changeset viewer.