mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Delete erroneous line
This commit is contained in:
@@ -2162,7 +2162,6 @@ function check_if_callsign_worked_in_logbook($callsign, $StationLocationsArray =
|
||||
$this->db->select('SUBSTR(COL_GRIDSQUARE,1 ,4) as gridorcnfm');
|
||||
$this->db->group_by('gridorcnfm');
|
||||
break;
|
||||
break;
|
||||
}
|
||||
$this->db->order_by('gridorcnfm');
|
||||
$this->db->where_in('station_id', $logbooks_locations_array);
|
||||
|
||||
Reference in New Issue
Block a user