Changeset 604
- Timestamp:
- 12/29/04 17:32:45 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
examples/reindex.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r602 r604 1 1 Fixed bug with list_all_versions for nodes with only one version. 2 Extended config changes to examples/reindex.pl (thanks jimbo). 2 3 3 4 0.46 21 December 2004 -
trunk/examples/reindex.pl
r469 r604 4 4 use warnings; 5 5 6 use Config::Tiny;6 use OpenGuides::Config; 7 7 use OpenGuides::Utils; 8 8 … … 10 10 # your indexes got screwed up or you're swapping to a different searcher. 11 11 12 my $config = Config::Tiny->read('wiki.conf');12 my $config = OpenGuides::Config->new( file => "wiki.conf" ); 13 13 my $wiki = OpenGuides::Utils->make_wiki_object( config => $config ); 14 14
