mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fixed Canned Dates issue where seach queries would not work
This commit is contained in:
@@ -39,7 +39,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"){
|
||||
|
||||
Reference in New Issue
Block a user