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

(-)a/installer/data/mysql/db_revs/220600044.pl (-3 / +2 lines)
Lines 10-16 return { Link Here
10
        $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainCatalogSearchTerms', '1', NULL, 'If enabled, searches entered into the catalog search bar will be retained', 'YesNo') });
10
        $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainCatalogSearchTerms', '1', NULL, 'If enabled, searches entered into the catalog search bar will be retained', 'YesNo') });
11
        say $out "Added new system preference 'RetainCatalogSearchTerms'";
11
        say $out "Added new system preference 'RetainCatalogSearchTerms'";
12
12
13
        $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainPatronSearchTerms', '1', NULL, 'If enabled, searches entered into the checkout and patrons search bars will be retained', 'YesNo') });
13
        $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('RetainPatronsSearchTerms', '1', NULL, 'If enabled, searches entered into the checkout and patrons search bars will be retained', 'YesNo') });
14
        say $out "Added new system preference 'RetainPatronSearchTerms'";
14
        say $out "Added new system preference 'RetainPatronsSearchTerms'";
15
    },
15
    },
16
};
16
};
17
- 

Return to bug 33297