--- trunk/run.pl 2006/10/31 13:44:42 767 +++ 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 ) );