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

(-)a/installer/data/mysql/atomicupdate/bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl (-3 / +2 lines)
Lines 11-21 return { Link Here
11
            q{
11
            q{
12
            INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
12
            INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
13
            VALUES (
13
            VALUES (
14
                'EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from headings for OAI', 'YesNo'
14
                'OAI-PMH:EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from headings for OAI', 'YesNo'
15
                )
15
                )
16
            }
16
            }
17
        );
17
        );
18
18
19
        say $out "Syspref EmbedSeeFromInBibRecord for OAI";
19
        say $out "Add new system preference OAI-PMH:EmbedSeeFromInBibRecord";
20
    },
20
    },
21
};
21
};
22
- 

Return to bug 28639