http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7153 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #1 from Ian Walls <ian.walls@bywatersolutions.com> 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.