Add check for empty message

pull/1883/head
phl0 2022-12-29 18:03:48 +01:00
rodzic 8695c52891
commit 93b1f847a3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,9 +1,11 @@
Hi,
You got an OQRS request from <?php echo strtoupper($callsign); ?>.
<?php if ($usermessage != "") { ?>
The user entered the following message:
<?php echo $usermessage."\n"; ?>
<?php } ?>
Please log into your Cloudlog and process it.