From 3fc01829fc1ac19f1261463f95a8c2ad678e6085 Mon Sep 17 00:00:00 2001 From: Marko Dzidic Date: Fri, 10 Nov 2023 17:47:20 +0100 Subject: [PATCH] Update createdatabase.php Croatian Kuna is deprecated currency since 01/01/2023 --- endpoints/cronjobs/createdatabase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/endpoints/cronjobs/createdatabase.php b/endpoints/cronjobs/createdatabase.php index 41f24d2..d0140ac 100644 --- a/endpoints/cronjobs/createdatabase.php +++ b/endpoints/cronjobs/createdatabase.php @@ -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)) { } -?> \ No newline at end of file +?>