Update conference_control_details.php
This commit is contained in:
parent
0aa3b09053
commit
9039a32923
|
|
@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue