mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
Update email_log_delete.php
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
if (is_uuid($email_log_uuid)) {
|
||||
$sql = "delete from v_email_logs ";
|
||||
$sql .= "where email_uuid = '".$email_log_uuid."' ";
|
||||
$sql .= "where email_log_uuid = '".$email_log_uuid."' ";
|
||||
if (permission_exists('email_log_all') && $_REQUEST['showall'] == 'true') {
|
||||
$sql .= '';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user