mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Update Logbook_model.php
This commit is contained in:
parent
c9490b9fc8
commit
8d76abae9b
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue