http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5572
--- Comment #6 from M. de Rooy <[email protected]> 2011-04-06 13:30:49 UTC --- Commit 928905570305d8ace24e4deba03a17bbe95774c2 appears to introduce this problem: @@ -646,7 +649,9 @@ sub ModAuthority { ### If a library thinks that updating all biblios is a long process and wishes ### they should have a system preference "dontmerge=1" otherwise by default bib ### the $merge flag is now depreceated and will be removed at code cleaning - if (C4::Context->preference('dontmerge') ){ + if (C4::Context->preference('MergeAuthoritiesOnUpdate') ){ -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
