From ce418030f84451316b41c73ea4d56dd496e886e1 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Wed, 27 Jan 2021 18:41:17 -0500 Subject: [PATCH] Sort by asset name instead of type --- client_assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_assets.php b/client_assets.php index 60c9aa41..51ba548b 100644 --- a/client_assets.php +++ b/client_assets.php @@ -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'])){