https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38427

--- Comment #1 from Marcel de Rooy <[email protected]> ---
TODO Remove obsoleted variable during dev process:
+my $chunk_size = 100000;

For the purists:
+    $offset ||= 0;
+    $length ||= ( $record_type eq 'biblio' ? Koha::Biblios->count :
Koha::Authorities->count );

We should probably better do //= here. This will make -length 0 do nothing
(which is useless, but anyway..).
Check on a negative offset too?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to