@@ -, +, @@ BatchRevertRecords --- misc/commit_file.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/commit_file.pl +++ a/misc/commit_file.pl @@ -108,7 +108,7 @@ sub revert_batch { print "... reverting batch -- please wait\n"; my ($num_deleted, $num_errors, $num_reverted, $num_items_deleted, $num_ignored) = - BatchRevertRecords($import_batch_id, 100, \&print_progress_and_commit); + BatchRevertRecords( $import_batch_id ); print "... finished reverting batch\n"; print <<_SUMMARY_; --