eqsl: add date force update
这个提交包含在:
父节点
d750a6cd4b
当前提交
a290c2749d
共有 1 个文件被更改,包括 2 次插入 和 1 次删除
|
|
@ -69,6 +69,7 @@ class eqsl extends CI_Controller {
|
|||
redirect('eqsl/import');
|
||||
}
|
||||
|
||||
$eqsl_force_from_date = (!$this->input->post('eqsl_force_from_date')=="")?$this->input->post('eqsl_force_from_date'):"";
|
||||
foreach ($eqsl_locations->result_array() as $eqsl_location) {
|
||||
$this->eqslimporter->from_callsign_and_QTH(
|
||||
$eqsl_location['station_callsign'],
|
||||
|
|
@ -76,7 +77,7 @@ class eqsl extends CI_Controller {
|
|||
$config['upload_path']
|
||||
);
|
||||
|
||||
$eqsl_results[] = $this->eqslimporter->fetch($eqsl_password);
|
||||
$eqsl_results[] = $this->eqslimporter->fetch($eqsl_password,$eqsl_force_from_date);
|
||||
}
|
||||
} elseif ($this->input->post('eqslimport') == 'upload') {
|
||||
$station_id4upload=$this->input->post('station_profile');
|
||||
|
|
|
|||
正在加载…
在新工单中引用