mirror of https://github.com/itflow-org/itflow
Sort Dismissed Notification Descending Timestamp
This commit is contained in:
parent
54dc4d4523
commit
06e76f529d
|
|
@ -35,8 +35,8 @@ if(isset($_GET['o'])){
|
|||
$disp = "ASC";
|
||||
}
|
||||
}else{
|
||||
$o = "ASC";
|
||||
$disp = "DESC";
|
||||
$o = "DESC";
|
||||
$disp = "ASC";
|
||||
}
|
||||
|
||||
//Date From and Date To Filter
|
||||
|
|
|
|||
Loading…
Reference in New Issue