Changeset 604

Show
Ignore:
Timestamp:
12/29/04 17:32:45 (4 years ago)
Author:
kake
Message:

Extended config changes to examples/reindex.pl

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r602 r604  
    11        Fixed bug with list_all_versions for nodes with only one version. 
     2        Extended config changes to examples/reindex.pl (thanks jimbo). 
    23 
    340.46    21 December 2004 
  • trunk/examples/reindex.pl

    r469 r604  
    44use warnings; 
    55 
    6 use Config::Tiny; 
     6use OpenGuides::Config; 
    77use OpenGuides::Utils; 
    88 
     
    1010# your indexes got screwed up or you're swapping to a different searcher. 
    1111 
    12 my $config = Config::Tiny->read('wiki.conf'); 
     12my $config = OpenGuides::Config->new( file => "wiki.conf" ); 
    1313my $wiki = OpenGuides::Utils->make_wiki_object( config => $config ); 
    1414