Fixed Canned Dates issue where seach queries would not work

This commit is contained in:
johnnyq
2021-08-11 12:49:20 -04:00
parent 35c5fa1e5e
commit 012c77d81e
10 changed files with 11 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ if(isset($_GET['o'])){
}
//Date Filter
if($_GET['canned_date'] =="custom"){
if($_GET['canned_date'] == "custom" AND !empty($_GET['dtf'])){
$dtf = $_GET['dtf'];
$dtt = $_GET['dtt'];
}elseif($_GET['canned_date'] == "today"){