Update Logbook_model.php

This commit is contained in:
Peter Goodhall 2025-08-17 13:37:31 +01:00
parent c9490b9fc8
commit 8d76abae9b

View file

@ -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();