mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Revert "Order by start_epoch to Speed Up Query Execution"
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
}
|
||||
|
||||
//create the sql query to get the xml cdr records
|
||||
if (strlen($order_by) == 0) { $order_by = "start_epoch"; }
|
||||
if (strlen($order_by) == 0) { $order_by = "start_stamp"; }
|
||||
if (strlen($order) == 0) { $order = "desc"; }
|
||||
|
||||
//set a default number of rows to show
|
||||
|
||||
Reference in New Issue
Block a user