12 Jul
2016
12 Jul
'16
2:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #24 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to M. Tompsett from comment #23)
- foreach my $marc_blob (split(/\x1D/, $marc_records)) {
How confusing coding the break in HEX here, but OCT elsewhere.
Yes, it is :) Note that this patch now removes the \x1D from current code and moves the 035 from even three places into one place. So confusion--. Personally, I prefer hex above octal btw. Do you want me to change that? -- You are receiving this mail because: You are watching all bug changes.