http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4176
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ 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/
