the search engine, it works!!!

This commit is contained in:
JT Smith 2006-01-22 04:46:59 +00:00
parent 66baa5cea2
commit e33b3bb9b9
7 changed files with 135 additions and 16 deletions

View file

@ -23,6 +23,12 @@ save you many hours of grief.
Template
HTML::Template::Expr
* In order to make the upgrades run quickly, the upgrade process
will not automatically index your sites for the new search
engine. You need to do this manually after the upgrades
have completed by running the search.pl script in the
sbin folder.
6.8.4
--------------------------------------------------------------------

View file

@ -22,6 +22,7 @@ my $session = start(); # this line required
templateParsers();
removeFiles();
addSearchEngine();
finish($session); # this line required