diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 3b9b3f79..06c4b7eb 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -2749,7 +2749,7 @@ class Logbook_model extends CI_Model { $station_profile=$CI->Stations->profile_clean($station_id); $station_profile_call=$station_profile->station_callsign; 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 for ".$station_profile_call; + return "Wrong station_callsign ".$record['station_callsign']." while importing QSO with ".$record['call']." for ".$station_profile_call; } $CI =& get_instance();