fix email send issue

This commit is contained in:
2025-12-24 11:25:02 +00:00
parent 4e5660ec54
commit 48b931310d

View File

@@ -298,7 +298,7 @@
<td class="whitespace-nowrap border-y-2 p-2"><?php echo $only_date; ?></td> <td class="whitespace-nowrap border-y-2 p-2"><?php echo $only_date; ?></td>
<td class="whitespace-nowrap border-y-2 p-2"><label for="<?php echo $lead['id']; ?>"><?php echo $lead['name'] ?></label></td> <td class="whitespace-nowrap border-y-2 p-2"><label for="<?php echo $lead['id']; ?>"><?php echo $lead['name'] ?></label></td>
<td class="whitespace-nowrap border-y-2 p-2"><?php echo $lead['phone']; ?></td> <td class="whitespace-nowrap border-y-2 p-2"><?php echo $lead['phone']; ?></td>
<td class="whitespace-nowrap border-y-2 p-2"> <td title="<?php echo $leadCountry . $lead['state'] ?>" class="whitespace-nowrap border-y-2 p-2">
<?php <?php
$text = $leadCountry . $lead['state']; $text = $leadCountry . $lead['state'];
echo strlen($text) > 10 ? substr($text, 0, 10) . '...' : $text; echo strlen($text) > 10 ? substr($text, 0, 10) . '...' : $text;