mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update recordings.php
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
$order_by = $_GET["order_by"];
|
||||
$order = $_GET["order"];
|
||||
|
||||
//define order by default
|
||||
//set the default order
|
||||
if ($order_by == '') {
|
||||
$order_by = "recording_name";
|
||||
$order = "asc";
|
||||
|
||||
Reference in New Issue
Block a user