Bug 15891

Summary: Late night for Brendan :) updatedatabase
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: brendan, julian.maurice, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 15891: Fix errors on updatedatabase
Bug 15891: Fix errors on updatedatabase

Description Marcel de Rooy 2016-02-24 12:41:00 UTC

    
Comment 1 Marcel de Rooy 2016-02-24 12:42:37 UTC Comment hidden (obsolete)
Comment 2 Julian Maurice 2016-02-24 13:08:11 UTC
Created attachment 48329 [details] [review]
Bug 15891: Fix errors on updatedatabase

Two curly braces..

Test plan:
Run the update.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Comment 3 Julian Maurice 2016-02-24 13:09:50 UTC
Before the patch:

$ perl -cw installer/data/mysql/updatedatabase.pl
Missing right curly or square bracket at installer/data/mysql/updatedatabase.pl line 11957, at end of line
syntax error at installer/data/mysql/updatedatabase.pl line 11957, at EOF
installer/data/mysql/updatedatabase.pl had compilation errors.

After the patch:

$ perl -cw installer/data/mysql/updatedatabase.pl
installer/data/mysql/updatedatabase.pl syntax OK

updatedatabase.pl run fine
Comment 4 Kyle M Hall 2016-02-24 13:35:05 UTC
Pushed to master, thanks Marcel!