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

(-)a/installer/data/mysql/db_revs/230600006.pl (-2 / +1 lines)
Lines 8-14 return { Link Here
8
        my ( $dbh, $out ) = @$args{qw(dbh out)};
8
        my ( $dbh, $out ) = @$args{qw(dbh out)};
9
9
10
        $dbh->do(q{
10
        $dbh->do(q{
11
            INSERT INTO systempreferences (`variable`,`value`,`explanation`,`options`,`type`)
11
            INSERT IGNORE INTO systempreferences (`variable`,`value`,`explanation`,`options`,`type`)
12
            VALUES ('DefaultPatronSearchMethod','starts_with','Allows staff to set a default method when searching for patrons with autocomplete','starts_with|contains','Choice');
12
            VALUES ('DefaultPatronSearchMethod','starts_with','Allows staff to set a default method when searching for patrons with autocomplete','starts_with|contains','Choice');
13
        });
13
        });
14
14
15
- 

Return to bug 33117