https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17345 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55796|0 |1 is obsolete| | --- Comment #2 from Josef Moravec <josef.moravec@gmail.com> --- Created attachment 55817 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55817&action=edit Bug 17345: Fix typo in sysprefs.sql This fixes a tiny typo in sysprefs.sql that kept all systempreferences from being installed. To test: - Create a new koha database, run the web installer - Verify that all systempreferences have been loaded select count(*) from systempreferences should be no less than 553 or - Truncate your systempreferences table - Verify that the repaired sysprefs.sql file loads without error Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Tested by truncating systempreferences table -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.