Fixes #541 TX PWR period issue on import
这个提交包含在:
父节点
fc1430f86a
当前提交
65f7ae92cf
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1556,7 +1556,7 @@ class Logbook_model extends CI_Model {
|
|||
|
||||
// Sanitise TX_POWER
|
||||
if (isset($record['tx_pwr'])){
|
||||
$tx_pwr = filter_var($record['tx_pwr'],FILTER_SANITIZE_NUMBER_INT);
|
||||
$tx_pwr = filter_var($record['tx_pwr'],FILTER_VALIDATE_FLOAT);
|
||||
}else{
|
||||
$tx_pwr = NULL;
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用