http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10131 --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to M. Tompsett from comment #2)
(In reply to Jonathan Druart from comment #1)
1/ Search for sysprefs with "notes.*", note the number of results 2/ Search for *notes*, boom 3/ Apply the patch 4/ Repeat 1 and confirm you get the same number of results 5/ Repeat 2 and confirm you don't get the error anymore
Actually, I've tried: black -- works (1 result) black.* -- works (1 result) .*black -- works (1 result) .*black.* -- works (1 result) black* -- works (1 result) *black -- runs (0 results) *black* -- runs (0 results)
Perl 5.18.2 on Ubuntu 14.04 if that matters. Why the two with 0 results?
Because it's not a well formatted regex. -- You are receiving this mail because: You are watching all bug changes.