diff --git a/app/conference_controls/conference_control_details.php b/app/conference_controls/conference_control_details.php index 790ed2978d..d400fc63fa 100644 --- a/app/conference_controls/conference_control_details.php +++ b/app/conference_controls/conference_control_details.php @@ -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"; -?> \ No newline at end of file +?>