Bug 8159 - Error in kohastructure.sql
Summary: Error in kohastructure.sql
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (web-based installer) (show other bugs)
Version: 3.10
Hardware: All All
: P5 - low critical (vote)
Assignee: Jared Camins-Esakov
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-26 12:47 UTC by Jared Camins-Esakov
Modified: 2019-06-27 09:24 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 8159: Fix error in kohastructure.sql (916 bytes, patch)
2012-05-26 12:48 UTC, Jared Camins-Esakov
Details | Diff | Splinter Review

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