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') |
15 |
say_success( $out, "Added new system preference 'PatronSelfRegistrationAgeRestriction'" ); |
15 |
say_success( $out, "Added new system preference 'PatronSelfRegistrationAgeRestriction'" ); |