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