Merge branch 'bug_9050' into 3.12-master
This commit is contained in:
commit
e23b481d08
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ sub index_records {
|
|||
}
|
||||
my $record_fmt = ($as_xml) ? 'marcxml' : 'iso2709' ;
|
||||
if ($process_zebraqueue) {
|
||||
do_indexing($record_type, 'delete', "$directory/del_$record_type", $reset, $noshadow, $record_fmt, $zebraidx_log_opt)
|
||||
do_indexing($record_type, 'adelete', "$directory/del_$record_type", $reset, $noshadow, $record_fmt, $zebraidx_log_opt)
|
||||
if %$records_deleted;
|
||||
do_indexing($record_type, 'update', "$directory/upd_$record_type", $reset, $noshadow, $record_fmt, $zebraidx_log_opt)
|
||||
if $num_records_exported;
|
||||
|
|
Loading…
Reference in a new issue