Bug 15891 - Late night for Brendan :) updatedatabase
Summary: Late night for Brendan :) updatedatabase
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-24 12:41 UTC by Marcel de Rooy
Modified: 2019-06-27 09:24 UTC (History)
3 users (show)

See Also:
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 (1.20 KB, patch)
2016-02-24 12:42 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 15891: Fix errors on updatedatabase (1.21 KB, patch)
2016-02-24 13:08 UTC, Julian Maurice
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!