Sort Dismissed Notification Descending Timestamp

This commit is contained in:
johnnyq 2022-02-21 22:33:37 -05:00
parent 54dc4d4523
commit 06e76f529d
1 changed files with 2 additions and 2 deletions

View File

@ -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