CDR: Move column sort to select box in search form.

This commit is contained in:
Nate
2019-09-26 08:27:13 -06:00
parent 4c7b5d159d
commit 81f7d44547
3 changed files with 246 additions and 102 deletions
+2 -2
View File
@@ -181,7 +181,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
@@ -521,4 +521,4 @@
$row_style["0"] = "row_style0";
$row_style["1"] = "row_style1";
?>
?>