Fix empty value error for PHP 8.1

pull/1932/head
phl0 2023-01-18 09:28:27 +01:00
rodzic dc2c5ca4bc
commit eb3b2f195c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -245,6 +245,7 @@ class Awards extends CI_Controller {
public function qso_details_ajax(){
$this->load->model('logbook_model');
$qsl = '';
$searchphrase = str_replace('"', "", $this->input->post("Searchphrase"));
$band = str_replace('"', "", $this->input->post("Band"));
$mode = str_replace('"', "", $this->input->post("Mode"));