http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4176 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Appears to be fixed - I cannot find references to the old sys pref in the code base and the preferenece has been removed in a database update: $DBversion = "3.02.00.001"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do(q{DELETE FROM systempreferences WHERE variable IN ( 'holdCancelLength', 'PINESISBN', 'sortbynonfiling', 'TemplateEncoding', 'OPACSubscriptionDisplay', 'OPACDisplayExtendedSubInfo', 'OAI-PMH:Set', 'OAI-PMH:Subset', 'libraryAddress', 'kohaspsuggest', 'OrderPdfTemplate', 'marc', 'acquisitions', 'MIME') } -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.