Lines 8873-8879
if ( CheckVersion($DBversion) ) {
Link Here
|
8873 |
q{ |
8873 |
q{ |
8874 |
INSERT INTO systempreferences (variable, value, options, explanation, type ) |
8874 |
INSERT INTO systempreferences (variable, value, options, explanation, type ) |
8875 |
VALUES |
8875 |
VALUES |
8876 |
('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'YesNo'), |
8876 |
('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'Choice'), |
8877 |
('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.', 'Free'), |
8877 |
('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.', 'Free'), |
8878 |
('UsageStatsLastUpdateTime', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.', 'Free'), |
8878 |
('UsageStatsLastUpdateTime', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.', 'Free'), |
8879 |
('UsageStatsLibraryName', '', NULL, 'The library name to be shown on Hea Koha community website', 'Free'), |
8879 |
('UsageStatsLibraryName', '', NULL, 'The library name to be shown on Hea Koha community website', 'Free'), |
8880 |
- |
|
|