16 Mar
2020
16 Mar
'20
2:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24846 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Bernardo Gonzalez Kriegel from comment #6)
Hi, works
This variables: # List all records to process my ( @records, @record_ids );
are declared but not used, qa-tools complains. It's ok?
Nope, unused vars. I fixed it! -- You are receiving this mail because: You are watching all bug changes.