--- trunk/run.pl 2006/01/22 14:27:50 391 +++ trunk/run.pl 2006/02/19 16:36:42 401 @@ -13,7 +13,7 @@ use WebPAC::Store 0.03; use WebPAC::Normalize::XML; use WebPAC::Output::TT; -use WebPAC::Output::Estraier 0.08; +use WebPAC::Output::Estraier '0.10'; use YAML qw/LoadFile/; use Getopt::Long; use File::Path; @@ -92,6 +92,7 @@ my $est_config = $config->{hyperestraier} || $log->logdie("can't find 'hyperestraier' part in confguration"); $est_config->{database} = $database; $est_config->{clean} = $clean; + $est_config->{label} = $db_config->{name}; my $est = new WebPAC::Output::Estraier( %{ $est_config } );