mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Sort by asset name instead of type
This commit is contained in:
@@ -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'])){
|
||||
|
||||
Reference in New Issue
Block a user