mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added some code comments
This commit is contained in:
@@ -647,12 +647,14 @@ class Logbook_model extends CI_Model {
|
||||
$rst_tx = "59" ;
|
||||
}
|
||||
|
||||
// Store Band
|
||||
if(isset($record['band'])) {
|
||||
$band = $record['band'];
|
||||
} else {
|
||||
$band = null;
|
||||
}
|
||||
|
||||
// Store IOTA Ref if available
|
||||
if(isset($record['iota'])) {
|
||||
$iota = $record['iota'];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user