diff options
author | tara%tequilarista.org <> | 2001-04-20 02:35:22 +0200 |
---|---|---|
committer | tara%tequilarista.org <> | 2001-04-20 02:35:22 +0200 |
commit | 8718b8e4709d9b81bacb7e065c2939e8e9f37a0a (patch) | |
tree | e3a974c4a769635b0ef6264e8ad6069eda978e1b /duplicates.cgi | |
parent | bd01f2be9e8360e147ff5e08ce1a6d706b0dc5f5 (diff) | |
download | bugzilla-8718b8e4709d9b81bacb7e065c2939e8e9f37a0a.tar.gz bugzilla-8718b8e4709d9b81bacb7e065c2939e8e9f37a0a.tar.xz |
Bullshit checkin to add the fact that the previous changes also include the final fix for bug 72721. I am a buckethead
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-x | duplicates.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index fbd2af7d6..9eeff20fd 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"; |