http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6810 --- Comment #39 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 32692 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32692 Bug 6810 [Revised] Add new systempreference and sample notice (Membership Expiry notice) Review of attachment 32692: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6810&attachment=32692) ----------------------------------------------------------------- ::: installer/data/mysql/sysprefs.sql @@ +455,4 @@
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), ('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the path to YUI libraries, choose local if you use koha offline','Choice'), ('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), +('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'); \ No newline at end of file
This change is not necessary. ::: installer/data/mysql/updatedatabase.pl @@ +8845,4 @@
SetVersion ($DBversion); }
+$DBversion = "3.17.00.XXX";
Might want to convert this updatedatabase.pl to an atomic update. http://wiki.koha-community.org/wiki/Database_updates Or at least change the number to 21 instead of 17. :) -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug.