View | Details | Raw Unified | Return to bug 5166
Collapse All | Expand All

(-)a/C4/Catalog/Zebra.pm (-2 / +1 lines)
Lines 125-132 sub IndexZebraqueueRecords Link Here
125
125
126
	my ($num_records_updated,$num_records_deleted);
126
	my ($num_records_updated,$num_records_deleted);
127
127
128
	$num_records_deleted = (IndexZebraqueueByAction('deleted',$record_type,$record_format,$as_xml,$noxml)||0);
129
	$num_records_updated = (IndexZebraqueueByAction('updated',$record_type,$record_format,$as_xml,$noxml)||0);
128
	$num_records_updated = (IndexZebraqueueByAction('updated',$record_type,$record_format,$as_xml,$noxml)||0);
129
	$num_records_deleted = (IndexZebraqueueByAction('deleted',$record_type,$record_format,$as_xml,$noxml)||0);
130
130
131
	return $num_records_deleted + $num_records_updated;
131
	return $num_records_deleted + $num_records_updated;
132
}
132
}
133
- 

Return to bug 5166