From 8240cb081019b781ea50e5cad84089754ad316c4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 14 Jun 2007 21:30:30 +0000 Subject: Bug 345100: Remove obsolete parameters and "officially" turn on custom bug status workflow - Patch by Frédéric Buclin r=gerv a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sanitycheck.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index c1444ac82..ab44a3a79 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -201,7 +201,7 @@ if ($cgi->param('repair_creation_date')) { WHERE bug_id = ?'); # All bugs have an entry in the 'longdescs' table when they are created, - # even if 'commentoncreate' is turned off. + # even if no comment is required. my $sth_getDate = $dbh->prepare('SELECT MIN(bug_when) FROM longdescs WHERE bug_id = ?'); -- cgit v1.2.3-24-g4f1b