Add check for empty message
这个提交包含在:
父节点
8695c52891
当前提交
93b1f847a3
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -1,9 +1,11 @@
|
||||||
Hi,
|
Hi,
|
||||||
|
|
||||||
You got an OQRS request from <?php echo strtoupper($callsign); ?>.
|
You got an OQRS request from <?php echo strtoupper($callsign); ?>.
|
||||||
|
<?php if ($usermessage != "") { ?>
|
||||||
The user entered the following message:
|
The user entered the following message:
|
||||||
|
|
||||||
<?php echo $usermessage."\n"; ?>
|
<?php echo $usermessage."\n"; ?>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
Please log into your Cloudlog and process it.
|
Please log into your Cloudlog and process it.
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用