mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Skip all other SAT (notification will fail very likely due to wrong SAT
name anyway)
This commit is contained in:
@@ -1322,14 +1322,8 @@ class Logbook_model extends CI_Model {
|
||||
$sat_name = 'SONATE-2_[SSTV]';
|
||||
}
|
||||
break;
|
||||
case (preg_match('/TEV2-[1-9]/', ($data['COL_SAT_NAME'] ?? '')) ? true : false):
|
||||
case 'AO-92':
|
||||
case 'AO-95':
|
||||
case 'FO-118':
|
||||
return;
|
||||
default:
|
||||
$sat_name = ($data['COL_SAT_NAME'] ?? '');
|
||||
break;
|
||||
return;
|
||||
}
|
||||
$amsat_source_grid = '';
|
||||
if (array_key_exists('COL_MY_GRIDSQUARE', $data)) {
|
||||
|
||||
Reference in New Issue
Block a user