kopia lustrzana https://github.com/magicbug/Cloudlog
debug check
rodzic
3341b11875
commit
55cdbda070
|
@ -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() {
|
||||||
|
|
Ładowanie…
Reference in New Issue