mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #671 from int2001/fix_dxcc_mass_update
Fix "Check missing DXCC"-Updater
This commit is contained in:
@@ -4312,14 +4312,7 @@ function lotw_last_qsl_date($user_id) {
|
||||
}
|
||||
}
|
||||
|
||||
return array(
|
||||
'adif' => 0,
|
||||
'cqz' => 0,
|
||||
'long' => '',
|
||||
'lat' => '',
|
||||
'entity' => 'None',
|
||||
);
|
||||
|
||||
return array("Not Found", "Not Found");
|
||||
}
|
||||
|
||||
public function dxcc_lookup($call, $date) {
|
||||
|
||||
Reference in New Issue
Block a user