View | Details | Raw Unified | Return to bug 14247
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/add_news_prefs.sql (-2 lines)
Lines 1-2 Link Here
1
-- Add NewsAuthorDisplay system preference, bug 14247.
2
INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) VALUES('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice');
(-)a/installer/data/mysql/atomicupdate/bug_14247-add_news_prefs.sql (-1 / +2 lines)
Line 0 Link Here
0
- 
1
-- Add NewsAuthorDisplay system preference, bug 14247.
2
INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) VALUES('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice');

Return to bug 14247