debug check

This commit is contained in:
Peter Goodhall
2019-09-23 18:35:02 +01:00
parent 3341b11875
commit 55cdbda070
2 changed files with 3 additions and 1 deletions

View File

@@ -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) {

View File

@@ -123,6 +123,8 @@ class Stations extends CI_Model {
$str = $this->db->last_query();
echo $str;
}
function profile_exists() {