From 650c73f4e6b33feff31410a04c87eefdf0d04a36 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 29 Sep 2021 22:00:42 +0100 Subject: [PATCH] [LoTW] Fixes issue with sync script running --- application/models/Stations.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/models/Stations.php b/application/models/Stations.php index d774656ee..e9f1717de 100644 --- a/application/models/Stations.php +++ b/application/models/Stations.php @@ -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'); }