Update createdatabase.php

Croatian Kuna is deprecated currency since 01/01/2023
This commit is contained in:
Marko Dzidic
2023-11-10 17:47:20 +01:00
committed by GitHub
parent c506ff9bce
commit 3fc01829fc
+1 -2
View File
@@ -178,7 +178,6 @@ if (!file_exists($databaseFile)) {
('Swiss Franc', 'Fr', 'CHF', 1),
('Icelandic Króna', 'kr', 'ISK', 1),
('Norwegian Krone', 'kr', 'NOK', 1),
('Croatian Kuna', 'kn', 'HRK', 1),
('Russian Ruble', '₽', 'RUB', 1),
('Turkish Lira', '₺', 'TRY', 1),
('Australian Dollar', '$', 'AUD', 1),
@@ -280,4 +279,4 @@ if (!file_exists($databaseFile)) {
}
?>
?>