Bug 15451: Better error handling
[koha.git] / installer / data / mysql / atomicupdate / Bug_11606_Add_NovelistSelect_Staff_Prefs.sql
1 INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('NovelistSelectStaffEnabled','0',NULL,'Enable  Novelist Select content to the Staff Interface (requires that you have entered in a user profile and password, which can be seen in image links)','YesNo'),
2 ('NovelistSelectStaffView','tab','tab|above|below','Where to display Novelist Select content','Choice');