From: lpsolit%gmail.com <> Date: Thu, 13 Apr 2006 05:51:20 +0000 (+0000) Subject: Bug 308668: summarize_time.cgi: Use of uninitialized value in concatenation (.) or... X-Git-Tag: bugzilla-2.20.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4132fc1d7f5304fb9c8d251b73f4cc3843d0e055;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 1f8a7bbc8f..e3b0cbac17 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