--- trunk/run.pl 2006/10/25 21:01:51 765 +++ trunk/run.pl 2006/11/03 19:41:28 768 @@ -477,7 +477,7 @@ if ($validate) { - if ( my $errors = $validate->validate_errors( $row, $input_db->dump ) ) { + if ( my $errors = $validate->validate_rec( $row, $input_db->dump ) ) { $log->error( "MFN $mfn validation error:\n", $validate->report_error( $errors ) );