Bullshit checkin to add the fact that the previous changes also include the final fix for bug 72721. I am a buckethead

This commit is contained in:
tara%tequilarista.org 2001-04-19 17:35:23 +00:00
Родитель 426dfab4d7
Коммит 056744dad1
3 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -87,9 +87,6 @@
#
###########################################################################
# Global definitions
###########################################################################

Просмотреть файл

@ -24,6 +24,7 @@
# Run me out of cron at midnight to collect Bugzilla statistics.
use AnyDBM_File;
use diagnostics;
use strict;

Просмотреть файл

@ -22,6 +22,7 @@
#
# Generates mostfreq list from data collected by collectstats.pl.
use diagnostics;
use strict;
use CGI "param";