]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bullshit checkin to add the fact that the previous changes also include the final...
authortara%tequilarista.org <>
Fri, 20 Apr 2001 00:35:22 +0000 (00:35 +0000)
committertara%tequilarista.org <>
Fri, 20 Apr 2001 00:35:22 +0000 (00:35 +0000)
checksetup.pl
collectstats.pl
duplicates.cgi

index 6ffd1d0fb3153f2b8c89e478c5c14c0e4d726c0a..0978d4e254ac005b625c7c79006df41445a887df 100755 (executable)
@@ -87,9 +87,6 @@
 #
 
 
-
-
-
 ###########################################################################
 # Global definitions
 ###########################################################################
index 7e0d822f0eed1056efa3e239e9e14161792797ab..e36a3ca9036428f6520db2cb9e5248273e592e6d 100755 (executable)
@@ -24,6 +24,7 @@
 
 # Run me out of cron at midnight to collect Bugzilla statistics.
 
+
 use AnyDBM_File;
 use diagnostics;
 use strict;
index fbd2af7d6516652fe8060ac9a34463989324cd20..9eeff20fddc489ef8eadbc8d0f81d24093c23fd4 100755 (executable)
@@ -22,6 +22,7 @@
 #
 # Generates mostfreq list from data collected by collectstats.pl.
 
+
 use diagnostics;
 use strict;
 use CGI "param";