From e416c1d9b9155efbcbdbe6dc8180e8f6b961b1e0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 13 Apr 2006 05:46:33 +0000 Subject: Bug 308668: summarize_time.cgi: Use of uninitialized value in concatenation (.) or string - Patch by Frédéric Buclin r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- summarize_time.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'summarize_time.cgi') 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 -- cgit v1.2.3-24-g4f1b