[Koha-bugs] [Bug 16219] Runreport.pl should allow SQL parameters to be passed on the command line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 9 12:22:41 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16219

--- Comment #9 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 92115
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92115&action=edit
Bug 16219: (QA follow-up) Tiny regex change

The parameter <<>> does not work. There should be text inside.
The construction .*? does not look good completely.
Replacing it by the stricter [^>]+ So, no greater than's and at least one.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list