Fix empty value error for PHP 8.1
这个提交包含在:
父节点
dc2c5ca4bc
当前提交
eb3b2f195c
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -245,6 +245,7 @@ class Awards extends CI_Controller {
|
||||||
public function qso_details_ajax(){
|
public function qso_details_ajax(){
|
||||||
$this->load->model('logbook_model');
|
$this->load->model('logbook_model');
|
||||||
|
|
||||||
|
$qsl = '';
|
||||||
$searchphrase = str_replace('"', "", $this->input->post("Searchphrase"));
|
$searchphrase = str_replace('"', "", $this->input->post("Searchphrase"));
|
||||||
$band = str_replace('"', "", $this->input->post("Band"));
|
$band = str_replace('"', "", $this->input->post("Band"));
|
||||||
$mode = str_replace('"', "", $this->input->post("Mode"));
|
$mode = str_replace('"', "", $this->input->post("Mode"));
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用