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'); }