debug check

这个提交包含在:
Peter Goodhall 2019-09-23 18:35:02 +01:00
父节点 3341b11875
当前提交 55cdbda070
共有 2 个文件被更改,包括 3 次插入1 次删除

查看文件

@ -67,7 +67,7 @@ class Station extends CI_Controller {
$this->stations->reassign($id); $this->stations->reassign($id);
//$this->stations->logbook_session_data(); //$this->stations->logbook_session_data();
redirect('station'); //redirect('station');
} }
function set_active($current, $new) { function set_active($current, $new) {

查看文件

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