mirror of https://github.com/itflow-org/itflow
Sort by asset name instead of type
This commit is contained in:
parent
02d8d3259d
commit
ce418030f8
|
|
@ -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'])){
|
||||
|
|
|
|||
Loading…
Reference in New Issue