Update email_logs.php
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
//resend email
|
//resend email
|
||||||
if ($_REQUEST['a'] == 'resend' && permission_exists('email_resend')) {
|
if ($_REQUEST['a'] == 'resend' && permission_exists('email_log_resend')) {
|
||||||
$email_log_uuid = check_str($_REQUEST["id"]);
|
$email_log_uuid = check_str($_REQUEST["id"]);
|
||||||
$resend = true;
|
$resend = true;
|
||||||
|
|
||||||
@@ -293,7 +293,7 @@
|
|||||||
echo " <a href='?id=".escape($row['email_log_uuid'])."&a=download'>".$text['label-download']."</a> ";
|
echo " <a href='?id=".escape($row['email_log_uuid'])."&a=download'>".$text['label-download']."</a> ";
|
||||||
}
|
}
|
||||||
if (permission_exists('email_log_resend')) {
|
if (permission_exists('email_log_resend')) {
|
||||||
echo " <a href='?id=".$row['email_log_uid']."&a=resend";
|
echo " <a href='?id=".$row['email_log_uuid']."&a=resend";
|
||||||
if ($_REQUEST['showall'] == true && permission_exists('email_log_all')) {
|
if ($_REQUEST['showall'] == true && permission_exists('email_log_all')) {
|
||||||
echo "&showall=true";
|
echo "&showall=true";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user