Fixes issue #74

This commit is contained in:
Peter Goodhall
2011-11-13 22:11:58 +00:00
parent 9265b531cd
commit 2b147c547a
2 changed files with 6 additions and 6 deletions

View File

@@ -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)));

View File

@@ -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"