From 8d76abae9b13a68dfd26f07f37f101994b67aba8 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 17 Aug 2025 13:37:31 +0100 Subject: [PATCH] Update Logbook_model.php --- application/models/Logbook_model.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 52c2598e..89a72b64 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -1095,8 +1095,7 @@ class Logbook_model extends CI_Model } else { $rawCountry = (string)$entity; } - $country = ucwords(strtolower($rawCountry), "- (/" - ); + $country = ucwords(strtolower($rawCountry), "- (/"); // be sure that station belongs to user $CI = &get_instance();