diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 63eb3a43..cec2811f 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -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();