CDR: Move column sort to select box in search form.
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user