This commit is contained in:
int2001
2025-10-07 17:55:05 +00:00
parent 4936633a8d
commit 9e4804c822

View File

@@ -113,7 +113,7 @@ class Clublog_model extends CI_Model
log_message('Error', 'Clublog upload for ' . $station_row->station_callsign . ' has become a victim of clublog-Backlog. Skipping full User for this cycle.');
unlink('uploads/clublog' . $ranid . $station_row->station_id . '.adi');
break;
} else if (preg_match('/No QSOs to upload//', $response)) { // Means: Already uploaded (but not marked) - perhaps different logtool, who knows.
} else if (preg_match('/No QSOs to upload/', $response)) { // Means: Already uploaded (but not marked) - perhaps different logtool, who knows.
$this->mark_qsos_sent($station_row->station_id);
$return = " Clublog upload for " . $station_row->station_callsign . ' successfully sent.';
log_message('info', 'Clublog No QSOs to upload for ' . $station_row->station_callsign . '. preventive marked.');