mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix mistake
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user