From: lpsolit%gmail.com <> Date: Thu, 13 Apr 2006 05:46:33 +0000 (+0000) Subject: Bug 308668: summarize_time.cgi: Use of uninitialized value in concatenation (.) or... X-Git-Tag: bugzilla-2.23.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e416c1d9b9155efbcbdbe6dc8180e8f6b961b1e0;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 df6ae913c9..527c02c9bf 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