From: lpsolit%gmail.com <> Date: Thu, 13 Apr 2006 05:49:11 +0000 (+0000) Subject: Bug 308668: summarize_time.cgi: Use of uninitialized value in concatenation (.) or... X-Git-Tag: bugzilla-2.22~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d39ac11fe4c14e1b077238e3ec5a9482563295;p=thirdparty%2Fbugzilla.git Bug 308668: summarize_time.cgi: Use of uninitialized value in concatenation (.) or string - Patch by Frédéric Buclin r=wicked a=justdave --- diff --git a/summarize_time.cgi b/summarize_time.cgi index 44c4f8d50d..66396741a1 100755 --- a/summarize_time.cgi +++ b/summarize_time.cgi @@ -206,7 +206,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