Not sure why eQSL is ignoring PROP_MODE....

pull/366/head
Peter Goodhall 2019-10-05 22:35:01 +01:00
rodzic 523d6b4560
commit 00914195ff
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -377,7 +377,7 @@ class eqsl extends CI_Controller {
$adif .= "%20";
// adding prop mode if it isn't blank
if ($qsl['COL_PROP_MODE'] = ''){
if ($qsl['COL_PROP_MODE']){
$adif .= "%3C";
$adif .= "PROP_MODE";
$adif .= "%3A";