[Koha-bugs] [Bug 9135] updatedatabase.pl fails when DEBUG is set

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 23 19:02:42 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9135

--- Comment #1 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 13652
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13652&action=edit
Bug 9135: updatedatabase.pl fails when DEBUG is set

When the DEBUG environment variable is set to a true value, all DBI
errors are treated as fatal. Unfortunately, duplicate keys are
incredibly common in updatedatabase.pl, since sysprefs are often added
in testing, then re-added once the patches have been pushed to master
(or added when on a maintenance branch, and then re-added when the
system is upgraded to either a newer maintenance branch or master).
This patch disables fatal errors for the updatedatabase.pl script.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list