fix email send issue
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user