Update recordings.php

This commit is contained in:
FusionPBX 2017-08-31 09:17:37 -06:00 committed by GitHub
parent d8274d63e1
commit 92d177de59
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@
require_once "resources/paging.php";
//get total recordings from the database
$sql = "select count(recording_uuid) as num_rows from v_recordings from v_recordings \n";
$sql = "select count(recording_uuid) as num_rows from v_recordings \n";
$sql = "where domain_uuid = '".$_SESSION['domain_uuid']."' ";
$prep_statement = $db->prepare($sql);
if ($prep_statement) {