mirror of
https://github.com/itflow-org/itflow
synced 2026-03-16 02:34:50 +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'])){
|
if(!empty($_GET['sb'])){
|
||||||
$sb = mysqli_real_escape_string($mysqli,$_GET['sb']);
|
$sb = mysqli_real_escape_string($mysqli,$_GET['sb']);
|
||||||
}else{
|
}else{
|
||||||
$sb = "asset_type";
|
$sb = "asset_name";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($_GET['o'])){
|
if(isset($_GET['o'])){
|
||||||
|
|||||||
Reference in New Issue
Block a user