http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7153
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #1 from Ian Walls <[email protected]> 2011-11-04 18:19:17 UTC --- The updatedatabase call here will wipe out any existing customized values libraries have in the SearchForTitleIn; I know several libraries with that done, and they would be very angry to have their customizations lost. I recommend adding a WHERE clause to the SQL to only do the update if the system preference is still it's default value. Only in that case can you assume it's safe to replace the data in the preference. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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/
