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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 8863-8869 $DBversion = "3.17.00.030"; Link Here
8863
if ( CheckVersion($DBversion) ) {
8863
if ( CheckVersion($DBversion) ) {
8864
    $dbh->do(
8864
    $dbh->do(
8865
        q{
8865
        q{
8866
       INSERT INTO systempreferences (variable, value, options, explanation, type )
8866
       INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type )
8867
       VALUES
8867
       VALUES
8868
        ('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'YesNo'),
8868
        ('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'YesNo'),
8869
        ('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
8869
        ('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
8870
- 

Return to bug 13966