updated initial sorting order for more lists

This commit is contained in:
johnny@pittpc.com
2019-11-29 14:29:49 -05:00
parent 341f1c37a2
commit c2402c6293
12 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ if(isset($_GET['q'])){
if(!empty($_GET['sb'])){
$sb = mysqli_real_escape_string($mysqli,$_GET['sb']);
}else{
$sb = "ticket_id";
$sb = "ticket_number";
}
if(isset($_GET['o'])){