Bug 19817: Make the location of the manual configurable - KohaManualBaseURL
[koha.git] / installer / data / mysql / atomicupdate / bug_19817.sql
1 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
2 VALUES ('KohaManualBaseURL','http://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free');