Sort by asset name instead of type

This commit is contained in:
johnny@pittpc.com
2021-01-27 18:41:17 -05:00
parent 02d8d3259d
commit ce418030f8

View File

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