Removed debug as it should be fixed
这个提交包含在:
父节点
8faa8ff84e
当前提交
142dcb35d8
共有 2 个文件被更改,包括 1 次插入 和 3 次删除
|
|
@ -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,8 +123,6 @@ class Stations extends CI_Model {
|
||||||
|
|
||||||
$str = $this->db->last_query();
|
$str = $this->db->last_query();
|
||||||
|
|
||||||
echo $str;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function profile_exists() {
|
function profile_exists() {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用