http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6510 MJ Ray (software.coop) <mjr@ttllp.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjr@ttllp.co.uk Patch Status|Needs Signoff |--- --- Comment #4 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2011-06-16 11:42:06 UTC --- I think the correct fix would be the one from the OPAC. I think: .? matches 0 or 1 characters which seems incorrect; .*= matches any characters, potentially up to the last =, which seems incorrect; .*?= matches any characters up to the first =. I'm not QA so I'm putting this back from "needs signoff" to "---". Hope that's OK. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.