Bug 8159

Summary: Error in kohastructure.sql
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: Installation and upgrade (web-based installer)Assignee: Jared Camins-Esakov <jcamins>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P5 - low CC: gmcharlt, paul.poulain
Version: 3.10   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 8159: Fix error in kohastructure.sql

Description Jared Camins-Esakov 2012-05-26 12:47:40 UTC
A missing semicolon in kohastructure.sql causes the webinstaller to give a very scary-looking error. It actually works fine, however, and when the install is entirely automated you quite likely won't even notice. Patch forthcoming.
Comment 1 Jared Camins-Esakov 2012-05-26 12:48:48 UTC
Created attachment 9797 [details] [review]
Bug 8159: Fix error in kohastructure.sql

Adds a missing semicolon.
Comment 2 Paul Poulain 2012-05-31 16:13:13 UTC
Obvious & trivial fix. signed-off/passed QA/pushed in one go.

Well spotted !
Comment 3 Jared Camins-Esakov 2012-12-03 13:02:56 UTC
No more scary errors.