mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
debug check
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -123,6 +123,8 @@ class Stations extends CI_Model {
|
||||
|
||||
$str = $this->db->last_query();
|
||||
|
||||
echo $str;
|
||||
|
||||
}
|
||||
|
||||
function profile_exists() {
|
||||
|
||||
Reference in New Issue
Block a user