removed some arrays being shown in the frontend
这个提交包含在:
父节点
3f657de322
当前提交
89dd397d9a
共有 1 个文件被更改,包括 1 次插入 和 4 次删除
|
|
@ -748,12 +748,11 @@ class Logbook_model extends CI_Model {
|
|||
$this->load->model('dxcc');
|
||||
|
||||
$dxccinfo = $this->dxcc->info($record['call']);
|
||||
echo "find dxcc<br>";
|
||||
|
||||
if ($dxccinfo->num_rows() > 0)
|
||||
{
|
||||
foreach ($dxccinfo->result() as $row1)
|
||||
{
|
||||
print_r($row1);
|
||||
$country = ucfirst(strtolower($row1->name));
|
||||
}
|
||||
} else {
|
||||
|
|
@ -761,8 +760,6 @@ class Logbook_model extends CI_Model {
|
|||
}
|
||||
}
|
||||
|
||||
echo $country;
|
||||
|
||||
// Store QTH
|
||||
if(isset($record['qth'])) {
|
||||
$qth = $record['qth'];
|
||||
|
|
|
|||
正在加载…
在新工单中引用