mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Update conference_control_details.php
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
require_once "resources/paging.php";
|
||||
|
||||
//prepare to page the results
|
||||
$sql = "select count(*) as num_rows from v_conference_control_details ";
|
||||
$sql = "select count(*) as num_rows ";
|
||||
$sql .= "from v_conference_control_details ";
|
||||
$sql .= "where conference_control_uuid = '$conference_control_uuid' ";
|
||||
//$sql .= "and domain_uuid = '$domain_uuid' ";
|
||||
$sql .= $sql_search;
|
||||
@@ -156,4 +157,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user