summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-02-08 20:16:05 +0100
committerbbaetz%student.usyd.edu.au <>2002-02-08 20:16:05 +0100
commit5f66b5e790a7f4951e1f427ebd183c92b06b9c10 (patch)
tree53079b9484bf025ac31c16cdea84572000b1db9a /checksetup.pl
parent2af3fccf9d416da2fb0828a3f237991364abf01d (diff)
downloadbugzilla-5f66b5e790a7f4951e1f427ebd183c92b06b9c10.tar.gz
bugzilla-5f66b5e790a7f4951e1f427ebd183c92b06b9c10.tar.xz
Correct date on logincookies schema change.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 93166218d..59f9859c5 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -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")) {