Update email_log_delete.php
This commit is contained in:
parent
d2d6cc2599
commit
9fe2924511
|
|
@ -48,7 +48,7 @@
|
||||||
if ($email_uuid != '') {
|
if ($email_uuid != '') {
|
||||||
$sql = "delete from v_email_logs ";
|
$sql = "delete from v_email_logs ";
|
||||||
$sql .= "where email_uuid = '".$email_log_uuid."' ";
|
$sql .= "where email_uuid = '".$email_log_uuid."' ";
|
||||||
if (permission_exists('emails_all') && $_REQUEST['showall'] == 'true') {
|
if (permission_exists('email_log_all') && $_REQUEST['showall'] == 'true') {
|
||||||
$sql .= "";
|
$sql .= "";
|
||||||
} else {
|
} else {
|
||||||
$sql .= "and domain_uuid = '".$domain_uuid."' ";
|
$sql .= "and domain_uuid = '".$domain_uuid."' ";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue