[LoTW] Fixes issue with sync script running

This commit is contained in:
Peter Goodhall
2021-09-29 22:00:42 +01:00
parent 6bf7d97df8
commit 650c73f4e6

View File

@@ -20,7 +20,6 @@ class Stations extends CI_Model {
}
function all() {
$this->db->where('station_profile.user_id', $this->session->userdata('user_id'));
return $this->db->get('station_profile');
}