--- trunk/run.pl 2006/11/03 20:21:09 769 +++ trunk/run.pl 2006/11/03 20:56:21 774 @@ -8,7 +8,7 @@ use WebPAC::Common 0.02; use WebPAC::Parser 0.08; -use WebPAC::Input 0.14; +use WebPAC::Input 0.16; use WebPAC::Store 0.14; use WebPAC::Normalize 0.22; use WebPAC::Output::TT; @@ -480,7 +480,7 @@ if ($validate) { - if ( my $errors = $validate->validate_rec( $row, $input_db->dump ) ) { + if ( my $errors = $validate->validate_rec( $row, $input_db->dump_ascii ) ) { $log->error( "MFN $mfn validation error:\n", $validate->report_error( $errors ) );