From: tara%tequilarista.org <> Date: Fri, 20 Apr 2001 00:35:22 +0000 (+0000) Subject: Bullshit checkin to add the fact that the previous changes also include the final... X-Git-Tag: bugzilla-2.12~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8718b8e4709d9b81bacb7e065c2939e8e9f37a0a;p=thirdparty%2Fbugzilla.git Bullshit checkin to add the fact that the previous changes also include the final fix for bug 72721. I am a buckethead --- diff --git a/checksetup.pl b/checksetup.pl index 6ffd1d0fb3..0978d4e254 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -87,9 +87,6 @@ # - - - ########################################################################### # Global definitions ########################################################################### diff --git a/collectstats.pl b/collectstats.pl index 7e0d822f0e..e36a3ca903 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -24,6 +24,7 @@ # Run me out of cron at midnight to collect Bugzilla statistics. + use AnyDBM_File; use diagnostics; use strict; diff --git a/duplicates.cgi b/duplicates.cgi index fbd2af7d65..9eeff20fdd 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -22,6 +22,7 @@ # # Generates mostfreq list from data collected by collectstats.pl. + use diagnostics; use strict; use CGI "param";