http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10811
--- Comment #8 from M. Tompsett <[email protected]> --- 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. _______________________________________________ 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/
