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

(-)a/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl (-2 / +1 lines)
Lines 10-16 return { Link Here
10
10
11
        $dbh->do( "
11
        $dbh->do( "
12
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
12
            INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
13
            ('PatronSelfRegistrationAgeRestriction', '', NULL, 'Patron\'s maximum age during self registration. If empty, no age restriction is applied.', 'Integer')
13
            ('PatronSelfRegistrationAgeRestriction', '', NULL, 'Patron''s maximum age during self registration. If empty, no age restriction is applied.', 'Integer')
14
        " );
14
        " );
15
        say_success( $out, "Added new system preference 'PatronSelfRegistrationAgeRestriction'" );
15
        say_success( $out, "Added new system preference 'PatronSelfRegistrationAgeRestriction'" );
16
    },
16
    },
17
- 

Return to bug 39579