Update email_logs.php

This commit is contained in:
FusionPBX 2019-04-18 09:35:48 -06:00 committed by GitHub
parent 904601d6e0
commit 4bb6c805c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,6 +123,7 @@
}
//prepare to page the results
require_once "resources/paging.php";
$sql = "select count(*) as num_rows from v_log_emails ";
if (permission_exists('email_log_all')) {
if ($_REQUEST['showall'] != 'true') {
@ -170,7 +171,6 @@
//additional includes
$document['title'] = $text['title-emails'];
require_once "resources/header.php";
require_once "resources/paging.php";
//styles
echo "<style>\n";