[Koha-bugs] [Bug 21105] oai.pl returns invalid earliestDatestamp

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 16 02:42:01 CEST 2021


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #5 from David Cook <dcook at prosentient.com.au> ---
Thanks for writing the patch, Rudolf. 

Have you tested it out? I haven't tried it myself yet, but at a glance it
contains a syntax error. You've used single quotes around the SQL, but the SQL
contains single quotes, so it will bust.

Take a look at https://perldoc.perl.org/perlop#Quote-and-Quote-like-Operators.
You could replace the outer single quotes with something like q{}.

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


More information about the Koha-bugs mailing list