From 622cdea8897344870215ab9edc0a98cb45e6580f Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Tue, 31 Oct 2000 07:23:42 +0000 Subject: Last minute adjustments --- collectstats.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index 313004fdf..145838014 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -37,7 +37,7 @@ unlink <*.gif>; unlink <*.png>; chdir("../.."); -ConnectToDatabase(); +ConnectToDatabase(1); GetVersionTable(); my @myproducts; @@ -101,7 +101,7 @@ sub collect_stats { # # Do not edit me! This file is generated. # -# Fields: DATE|NEW|ASSIGNED|REOPENED|UNCONFIRMED|FIXED|INVALID|WONTFIX|LATER|REMIND|DUPLICATE|WORKSFORME|MOVED +# fields: DATE|NEW|ASSIGNED|REOPENED|UNCONFIRMED|FIXED|INVALID|WONTFIX|LATER|REMIND|DUPLICATE|WORKSFORME|MOVED # Product: $product # Created: $when FIN -- cgit v1.2.3-24-g4f1b