[Koha-bugs] [Bug 10811] Add a 999$c record matching rule to the MARC21 defaults

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 23 06:35:05 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10811

--- Comment #8 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 23772
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23772
Bug 10811 - Add a 999$c record matching rule to the MARC21 defaults

Review of attachment 23772:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10811&attachment=23772)
-----------------------------------------------------------------

::: installer/data/mysql/updatedatabase.pl
@@ +7857,5 @@
> +if ( CheckVersion($DBversion) ) {
> +    if ( C4::Context->preference("marcflavour") eq 'MARC21' ) {
> +        $dbh->do("
> +    INSERT INTO marc_matchers (code, description, record_type, threshold)
> +        VALUES ('KohaBiblio', '999$c', 'biblio', 1000);

The $c is taken as a variable, causing this to fail the QA tool.

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


More information about the Koha-bugs mailing list