http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10131
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from M. Tompsett <[email protected]> --- (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? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
