]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Correct checkin date for bug 153578 schema modification
authorbbaetz%student.usyd.edu.au <>
Wed, 28 Aug 2002 12:43:51 +0000 (12:43 +0000)
committerbbaetz%student.usyd.edu.au <>
Wed, 28 Aug 2002 12:43:51 +0000 (12:43 +0000)
checksetup.pl

index 6c2272d78889df8110a1d2a5a2177f65a33855a9..99ba4a36c563c0402622301f4accfe4f13aba1b1 100755 (executable)
@@ -3160,7 +3160,7 @@ if (GetFieldDef("products", "product")) {
     $dbh->do("ALTER TABLE components ADD INDEX (name)");
 }
 
-# 2002-08-XX - bbaetz@student.usyd.edu.au - bug 153578
+# 2002-08-14 - bbaetz@student.usyd.edu.au - bug 153578
 # attachments creation time needs to be a datetime, not a timestamp
 my $fielddef;
 if (($fielddef = GetFieldDef("attachments", "creation_ts")) &&