Fix mistake

This commit is contained in:
phl0
2026-01-20 10:00:40 +01:00
parent 4a5a31dbcd
commit 17b00ffa95

View File

@@ -6591,6 +6591,7 @@ class Logbook_model extends CI_Model {
$this->db->update($this->config->item('table_name'), $data);
return;
}
}
function validateADIFDate($date, $format = 'Ymd') {
try {