Bug 17345: Fix typo in sysprefs.sql
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 25 Sep 2016 12:50:09 +0000 (14:50 +0200)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 10 Oct 2016 10:05:44 +0000 (10:05 +0000)
commit130534c4241397992521d6da49ebdc761203b3e3
tree72085514101101f6c09defe092eef2b782206d84
parent6f4f32f4bc1f2176c60fe34cf37b3822f08481aa
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>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
installer/data/mysql/sysprefs.sql