]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Correct date on logincookies schema change.
authorbbaetz%student.usyd.edu.au <>
Fri, 8 Feb 2002 19:16:05 +0000 (19:16 +0000)
committerbbaetz%student.usyd.edu.au <>
Fri, 8 Feb 2002 19:16:05 +0000 (19:16 +0000)
checksetup.pl

index 93166218dacd52cf2893db63511fdf0e46be4671..59f9859c54bb3112aaa08c8ca8a5a9581c71e4a2 100755 (executable)
@@ -2609,7 +2609,7 @@ AddField("bugs", "cclist_accessible", "tinyint not null default 1");
 # using the attachment manager can record changes to attachments.
 AddField("bugs_activity", "attach_id", "mediumint null");
 
-# 2001-01-17 bbaetz@student.usyd.edu.au bug 95732
+# 2002-02-04 bbaetz@student.usyd.edu.au bug 95732
 # Remove logincookies.cryptpassword, and delete entries which become
 # invalid
 if (GetFieldDef("logincookies", "cryptpassword")) {