mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Added some code comments
This commit is contained in:
parent
a2f285d3ba
commit
ff06d03105
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue