https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20076 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #129458|0 |1 is obsolete| | --- Comment #33 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 129459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=129459&action=edit Bug 20076: (RM follow-up) Fix system preference boolean logic A Yes/No system preference must use 1 for Yes and 0 for No. So "Send" for 1/Yes and "Don't send" for 0/No. We add too much problems with double-negation boolean system preferences (such as dontmerge). Previous patch changed default value to 1 in atomicupdate, do the same in installer/data/mysql/mandatory/sysprefs.sql Also to be consistant, sets options = NULL instead of '' in atomicupdate Also removed useless added empty line in /misc/cronjobs/overdue_notices.pl -- You are receiving this mail because: You are watching all bug changes.