diff --git a/application/models/Cat.php b/application/models/Cat.php index 6057b8b7..2f92b788 100644 --- a/application/models/Cat.php +++ b/application/models/Cat.php @@ -41,6 +41,7 @@ $data = array( 'frequency' => $result['frequency'], 'mode' => $result['mode'], + 'timestamp' => $result['timestamp'], ); $this->db->where('id', $radio_id); @@ -65,7 +66,8 @@ $data = array( 'radio' => $result['radio'], 'frequency' => $result['frequency'], - 'mode' => $result['mode'] + 'mode' => $result['mode'], + 'timestamp' => $result['timestamp'], ); } @@ -115,4 +117,4 @@ } -?> \ No newline at end of file +?>