Update Logbook_model.php
这个提交包含在:
父节点
c9490b9fc8
当前提交
8d76abae9b
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -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();
|
||||
|
|
|
|||
正在加载…
在新工单中引用