--- trunk/run.pl 2005/12/18 21:06:51 287 +++ trunk/run.pl 2005/12/18 22:16:39 288 @@ -93,7 +93,7 @@ my $input_db = new WebPAC::Input( module => $input_module, code_page => $config->{webpac}->{webpac_encoding}, - limit_mfn => $input->{limit}, + limit => $input->{limit}, lookup => $lookup, ); $log->logdie("can't create input using $input_module") unless ($input);