diff --git a/application/controllers/Station.php b/application/controllers/Station.php index c61a7ad6..2ffb67a7 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -67,7 +67,7 @@ class Station extends CI_Controller { $this->stations->reassign($id); //$this->stations->logbook_session_data(); - redirect('station'); + //redirect('station'); } function set_active($current, $new) { diff --git a/application/models/Stations.php b/application/models/Stations.php index 115a133b..56fa9d74 100644 --- a/application/models/Stations.php +++ b/application/models/Stations.php @@ -123,6 +123,8 @@ class Stations extends CI_Model { $str = $this->db->last_query(); + echo $str; + } function profile_exists() {