Merge pull request #1555 from hugosilvaparagramanet/bugfix/echo-on-logbook-json

Fix rogue echos on json QSL status code
pull/1557/head
Peter Goodhall 2022-08-10 22:17:34 +01:00 zatwierdzone przez GitHub
commit 9b6b6ad4b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -574,7 +574,7 @@ class Logbook extends CI_Controller {
$html .= "yellow";
break;
case "I":
echo "grey";
$html .= "grey";
break;
default:
$html .= "red";
@ -592,7 +592,7 @@ class Logbook extends CI_Controller {
$html .= "yellow";
break;
case "I":
echo "grey";
$html .= "grey";
break;
default:
$html .= "red";