https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407
--- Comment #24 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
