@@ -, +, @@ --- C4/Catalog/Zebra.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/C4/Catalog/Zebra.pm +++ a/C4/Catalog/Zebra.pm @@ -125,8 +125,8 @@ sub IndexZebraqueueRecords my ($num_records_updated,$num_records_deleted); - $num_records_deleted = (IndexZebraqueueByAction('deleted',$record_type,$record_format,$as_xml,$noxml)||0); $num_records_updated = (IndexZebraqueueByAction('updated',$record_type,$record_format,$as_xml,$noxml)||0); + $num_records_deleted = (IndexZebraqueueByAction('deleted',$record_type,$record_format,$as_xml,$noxml)||0); return $num_records_deleted + $num_records_updated; } --