Bug 22960: Fix the same typo on db level for existing and new installations
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 27 May 2019 20:34:33 +0000 (20:34 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 10 Jun 2019 14:51:12 +0000 (16:51 +0200)
commit7d82e8104b2a23e7329ac72d5867306f0004d9bf
tree76a20be62e211eeb7e92cee77abb8dc1fd8e6248
parent412578e2d65e4fd797dc743b3de2fb6544b14022
Bug 22960: Fix the same typo on db level for existing and new installations

Seriously trying to kill the typo everywhere:
- Check your DB with a report:
  select * from systempreferences where variable = 'UpdateItemLocationOnCheckin';
- Verify the typo in the explanation column: locaiton
- Apply patch and run database update
- Verify the typo is fixed

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 2b0347084ce8daa0a11ff4bdfd2e9f8442e65ffb)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
installer/data/mysql/atomicupdate/bug_22960_fix_typo_in_syspref.perl [new file with mode: 0644]
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl