remove an errant <?php
这个提交包含在:
父节点
ff97d96c33
当前提交
e4d49e9676
共有 1 个文件被更改,包括 0 次插入 和 2 次删除
|
|
@ -2239,7 +2239,6 @@ class Logbook_model extends CI_Model
|
|||
}
|
||||
|
||||
|
||||
<?php
|
||||
/* Return most recent QSOs */
|
||||
function recent_qsos($StationLocationsArray = null, $api_key = null)
|
||||
{
|
||||
|
|
@ -2309,7 +2308,6 @@ class Logbook_model extends CI_Model
|
|||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
/* Return QSOs over a period of days */
|
||||
function map_week_qsos($start, $end)
|
||||
|
|
|
|||
正在加载…
在新工单中引用