mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update call_recordings.php
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
|
||||
//get the list
|
||||
$sql = str_replace('count(call_recording_uuid)', '*', $sql);
|
||||
$sql .= order_by($order_by, $order, 'call_recording_name', 'asc');
|
||||
$sql .= order_by($order_by, $order, 'call_recording_date', 'desc');
|
||||
$sql .= limit_offset($rows_per_page, $offset);
|
||||
$database = new database;
|
||||
$call_recordings = $database->select($sql, $parameters, 'all');
|
||||
@@ -223,4 +223,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user