diff --git a/installer/data/mysql/atomicupdate/bug_21246.pl b/installer/data/mysql/atomicupdate/bug_21246.pl index 22e281f8c6..e24bad41d7 100755 --- a/installer/data/mysql/atomicupdate/bug_21246.pl +++ b/installer/data/mysql/atomicupdate/bug_21246.pl @@ -10,7 +10,7 @@ return { $dbh->do( q{ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES - ('showLastPatronCount', '10', NULL, 'How many patrons should showLastPatron remember', 'Integer') + ('showLastPatronCount', '1', NULL, 'How many patrons should showLastPatron remember', 'Integer') } ); say $out "Added new system preference 'showLastPatronCount'";