Added "Skipped" to errormsg

这个提交包含在:
int2001 2023-07-15 13:22:47 +00:00
父节点 ba609e8002
当前提交 11b44b798b

查看文件

@ -2754,7 +2754,7 @@ class Logbook_model extends CI_Model {
}
if (($station_id != 0) && ($record['station_callsign'] != $station_profile_call)) { // Check if station_call from import matches profile ONLY when submitting via GUI.
return "Wrong station_callsign ".$record['station_callsign']." while importing QSO with ".$record['call']." for ".$station_profile_call;
return "Wrong station_callsign ".$record['station_callsign']." while importing QSO with ".$record['call']." for ".$station_profile_call." : SKIPPED";
}
$CI =& get_instance();