diff options
author | bbaetz%student.usyd.edu.au <> | 2002-12-20 15:21:24 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-12-20 15:21:24 +0000 |
commit | a40d927bfd9a9b3012be9e0f85da84aa4dd58344 (patch) | |
tree | f93d920e99a9739e831f24d94a3ab10127ecd952 /collectstats.pl | |
parent | Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0 (diff) | |
download | bugzilla-a40d927bfd9a9b3012be9e0f85da84aa4dd58344.tar.gz bugzilla-a40d927bfd9a9b3012be9e0f85da84aa4dd58344.tar.bz2 bugzilla-a40d927bfd9a9b3012be9e0f85da84aa4dd58344.zip |
Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-x | collectstats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl index 5af4f45c3..1f8b4783c 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -54,7 +54,7 @@ foreach (@myproducts) { &calculate_dupes(); # Generate a static RDF file containing the default view of the duplicates data. -open(CGI, "REQUEST_METHOD=GET QUERY_STRING=ctype=rdf ./duplicates.cgi |") +open(CGI, "GATEWAY_INTERFACE=cmdline REQUEST_METHOD=GET QUERY_STRING=ctype=rdf ./duplicates.cgi |") || die "can't fork duplicates.cgi: $!"; open(RDF, ">data/duplicates.tmp") || die "can't write to data/duplicates.tmp: $!"; |