Added some code comments
这个提交包含在:
父节点
a2f285d3ba
当前提交
ff06d03105
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -647,12 +647,14 @@ class Logbook_model extends CI_Model {
|
||||||
$rst_tx = "59" ;
|
$rst_tx = "59" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Store Band
|
||||||
if(isset($record['band'])) {
|
if(isset($record['band'])) {
|
||||||
$band = $record['band'];
|
$band = $record['band'];
|
||||||
} else {
|
} else {
|
||||||
$band = null;
|
$band = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Store IOTA Ref if available
|
||||||
if(isset($record['iota'])) {
|
if(isset($record['iota'])) {
|
||||||
$iota = $record['iota'];
|
$iota = $record['iota'];
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用