https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15836
--- Comment #16 from Katrin Fischer <[email protected]> --- The last patch fixes the 2 errors. Looking at the functionality, we are ready to sign-off, but worried about the security issue. If I understood correctly the use of $1 is related to the eval happening and it won't work without. For the current use case, the line s/^(J|K)\n/$1 could be replaced by 2 lines for K and J, not using $1. So we might be able to cut that feature, if it would help. -- 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/
