mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixes issue #74
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user