We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13aed8d + 9e18887 commit 118653bCopy full SHA for 118653b
application/models/Logbook_model.php
@@ -157,7 +157,7 @@ function create_qso() {
157
$clean_county_input = null;
158
}
159
160
- $darc_dok = trim(xss_clean($this->input->post('darc_dok')))
+ $darc_dok = trim(xss_clean($this->input->post('darc_dok')));
161
$qso_locator = strtoupper(trim(xss_clean($this->input->post('locator')) ?? ''));
162
$qso_name = trim(xss_clean($this->input->post('name')));
163
$qso_age = null;
0 commit comments