diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 64853360..e31fd78b 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -674,7 +674,7 @@ class Lotw extends CI_Controller { ini_set('memory_limit', '-1'); $results.= $this->loadFromFile($file, false); } - return $results; + return $results; } else { return "No LOTW User details found to carry out matches."; } diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 3e71b83a..72f219e4 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -2707,8 +2707,6 @@ class Logbook_model extends CI_Model { $query = $this->db->query($sql); $row = $query->row(); - log_message("error","last QSL for User ".$user_id." was ".$row->MAXDATE); - if (isset($row)) { return $row->MAXDATE; }