Update recordings.php
This commit is contained in:
parent
8c2681d520
commit
4aba084f80
|
|
@ -41,7 +41,7 @@
|
||||||
$order_by = $_GET["order_by"];
|
$order_by = $_GET["order_by"];
|
||||||
$order = $_GET["order"];
|
$order = $_GET["order"];
|
||||||
|
|
||||||
//define order by default
|
//set the default order
|
||||||
if ($order_by == '') {
|
if ($order_by == '') {
|
||||||
$order_by = "recording_name";
|
$order_by = "recording_name";
|
||||||
$order = "asc";
|
$order = "asc";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue