From abcb281542d907bc3ccaac8a9ea55cb89c0f08c1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 24 Oct 2025 09:08:43 -0400 Subject: [PATCH] FIx extra ) --- scripts/ZoneMinder/lib/ZoneMinder/Filter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Filter.pm b/scripts/ZoneMinder/lib/ZoneMinder/Filter.pm index 41c9f3fd1..73e7b8321 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Filter.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Filter.pm @@ -298,7 +298,7 @@ sub Sql { } $value = "to_days( '$value' )"; } - } elsif ( $term->{attr} eq 'Time' or $term->{attr} eq 'StartTime' or $term->{attr} eq 'EndTime' or $term->{attr} eq 'CurrentTime')) { + } elsif ( $term->{attr} eq 'Time' or $term->{attr} eq 'StartTime' or $term->{attr} eq 'EndTime' or $term->{attr} eq 'CurrentTime') { if ( uc($temp_value) eq 'NULL' ) { $value = $temp_value; } else {