Fixes issue #74
这个提交包含在:
父节点
9265b531cd
当前提交
2b147c547a
共有 2 个文件被更改,包括 6 次插入 和 6 次删除
|
|
@ -16,7 +16,7 @@ class Callbytxt {
|
|||
|
||||
if(isset($json_output)) {
|
||||
$data['callsign'] = $json_output->calls->callsign;
|
||||
$data['name'] = ucfirst(strtolower(($json_output->calls->first_name)));
|
||||
$data['name'] = ucfirst(strtolower((current(explode(' ', $json_output->calls->first_name)))));
|
||||
$data['gridsquare'] = ucfirst($json_output->calls->gridsquare);
|
||||
|
||||
$data['city'] = ucfirst(strtolower(($json_output->calls->city)));
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"file": "application/models/logbook_model.php",
|
||||
"settings":
|
||||
{
|
||||
"buffer_size": 14679,
|
||||
"buffer_size": 14741,
|
||||
"line_ending": "Windows"
|
||||
}
|
||||
}
|
||||
|
|
@ -304,15 +304,15 @@
|
|||
"file": "application/models/logbook_model.php",
|
||||
"settings":
|
||||
{
|
||||
"buffer_size": 14679,
|
||||
"buffer_size": 14741,
|
||||
"regions":
|
||||
{
|
||||
},
|
||||
"selection":
|
||||
[
|
||||
[
|
||||
3752,
|
||||
3752
|
||||
2256,
|
||||
2256
|
||||
]
|
||||
],
|
||||
"settings":
|
||||
|
|
@ -322,7 +322,7 @@
|
|||
"translate_tabs_to_spaces": true
|
||||
},
|
||||
"translation.x": 0.0,
|
||||
"translation.y": 0.0,
|
||||
"translation.y": 706.0,
|
||||
"zoom_level": 1.0
|
||||
},
|
||||
"type": "text"
|
||||
|
|
|
|||
正在加载…
在新工单中引用