Fence for spaces at call

This commit is contained in:
int2001
2025-03-21 15:03:12 +00:00
parent 00e436157a
commit dfb8f80a98
3 changed files with 4 additions and 4 deletions

View File

@@ -1155,7 +1155,7 @@ class User extends CI_Controller {
$stationdata = [
'user_id' => $this->session->userdata('user_id'),
'station_name' => $this->input->post('station_name', true),
'station_callsign' => $this->input->post('station_callsign', true),
'station_callsign' => trim($this->input->post('station_callsign', true)),
'station_dxcc' => $this->input->post('station_dxcc', true),
'station_cqz' => $this->input->post('station_cqz', true),
'station_ituz' => $this->input->post('station_ituz', true),