Fixed moar bugs in hamio
这个提交包含在:
父节点
f090ff50a0
当前提交
260c5f341e
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -15,7 +15,7 @@ class Hamio {
|
|||
$json_output = json_decode($json);
|
||||
|
||||
if(isset($json_output)) {
|
||||
$data['callsign'] = $json_outputign;
|
||||
$data['callsign'] = $callsign;
|
||||
$data['name'] = "$json_output->first_name $json_output->last_name";
|
||||
$data['gridsquare'] = $json_output->gridsquare;
|
||||
$data['city'] = ucfirst(strtolower(($json_output->city)));
|
||||
|
|
|
|||
正在加载…
在新工单中引用