From 218456ce9ad18536b26e82ed1dcb9f47ca809d9b Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 8 Jan 2007 07:58:21 +0000 Subject: Bug 365256 Period is on the wrong side of a bunch of other parentheses r=lpsolit a=justdave --- collectstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index 50bbf6425..3b6344b37 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -45,7 +45,7 @@ use Bugzilla::Product; use Bugzilla::Field; # Turn off output buffering (probably needed when displaying output feedback -# in the regenerate mode.) +# in the regenerate mode). $| = 1; # Tidy up after graphing module -- cgit v1.2.3-24-g4f1b