#521 Search Node Date Range not working

This commit is contained in:
Oliver Gorwits
2019-03-02 22:23:39 +00:00
parent a643820a62
commit 7a8bcb094e
2 changed files with 33 additions and 17 deletions

View File

@@ -115,7 +115,7 @@ get '/ajax/content/report/ipinventory' => require_login sub {
)->as_query;
my $rs;
if ( $start && $end ) {
if ( $start and $end ) {
$start = $start . ' 00:00:00';
$end = $end . ' 23:59:59';