Bug 15533 - DBRev - Fix typo
[srvgit] / installer / data / mysql / updatedatabase.pl
index 6ef3793..402f9d2 100755 (executable)
@@ -12463,7 +12463,7 @@ if ( CheckVersion($DBversion) ) {
     });
 
     $dbh->do(q{
-        INSERT INGORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
+        INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
         ('AllowHoldItemTypeSelection','0','','If enabled, patrons and staff will be able to select the itemtype when placing a hold','YesNo');
     });