diff options
author | lpsolit%gmail.com <> | 2007-06-14 21:30:30 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-06-14 21:30:30 +0000 |
commit | 8240cb081019b781ea50e5cad84089754ad316c4 (patch) | |
tree | 0bff4b7eb2c87dc453049b6521c84792112c356e /sanitycheck.cgi | |
parent | Bug 344964: enter_bug.cgi should look at the custom status workflow to get th... (diff) | |
download | bugzilla-8240cb081019b781ea50e5cad84089754ad316c4.tar.gz bugzilla-8240cb081019b781ea50e5cad84089754ad316c4.tar.bz2 bugzilla-8240cb081019b781ea50e5cad84089754ad316c4.zip |
Bug 345100: Remove obsolete parameters and "officially" turn on custom bug status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-x | sanitycheck.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ?'); |