diff options
-rwxr-xr-x | summarize_time.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/summarize_time.cgi b/summarize_time.cgi index df6ae913c..527c02c9b 100755 --- a/summarize_time.cgi +++ b/summarize_time.cgi @@ -207,7 +207,7 @@ sub include_tt_details { sub sqlize_dates { my ($start_date, $end_date) = @_; - my $date_bits; + my $date_bits = ""; my @date_values; if ($start_date) { # we've checked, trick_taint is fine |