Fix convent_band -> convert_band typo
这个提交包含在:
父节点
9604bf4a2f
当前提交
e3ceb8ba62
共有 2 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -318,7 +318,7 @@ class QSO extends CI_Controller {
|
||||||
|
|
||||||
$this->load->library('frequency');
|
$this->load->library('frequency');
|
||||||
|
|
||||||
echo $this->frequency->convent_band($band, $mode);
|
echo $this->frequency->convert_band($band, $mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ class Frequency {
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Class to convert band and mode into a frequency in a format based on the specifications of the database table */
|
/* Class to convert band and mode into a frequency in a format based on the specifications of the database table */
|
||||||
public function convent_band($band, $mode='SSB') {
|
public function convert_band($band, $mode='SSB') {
|
||||||
// Converting LSB and USB to SSB
|
// Converting LSB and USB to SSB
|
||||||
if($mode =='LSB' or $mode =='USB'){
|
if($mode =='LSB' or $mode =='USB'){
|
||||||
$mode= "SSB";
|
$mode= "SSB";
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用