Update Logbook_model.php

这个提交包含在:
Peter Goodhall 2025-08-17 13:37:31 +01:00
父节点 c9490b9fc8
当前提交 8d76abae9b

查看文件

@ -1095,8 +1095,7 @@ class Logbook_model extends CI_Model
} else { } else {
$rawCountry = (string)$entity; $rawCountry = (string)$entity;
} }
$country = ucwords(strtolower($rawCountry), "- (/" $country = ucwords(strtolower($rawCountry), "- (/");
);
// be sure that station belongs to user // be sure that station belongs to user
$CI = &get_instance(); $CI = &get_instance();