diff options
author | bbaetz%student.usyd.edu.au <> | 2002-08-12 21:18:35 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-08-12 21:18:35 +0200 |
commit | ebdbe669e45bfbfecb7330475a878583e09763ca (patch) | |
tree | 1fa15bff96b608ac04c80b13dce4259361eecb33 | |
parent | 61ddf0a32846fdf2607043d94af1a0a86b80f6fc (diff) | |
download | bugzilla-ebdbe669e45bfbfecb7330475a878583e09763ca.tar.gz bugzilla-ebdbe669e45bfbfecb7330475a878583e09763ca.tar.xz |
Fixing up the changedate from my bug 43600 patch. Knew I must have
forgotten something....
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index 919fb0354..e0a42c1a5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -3061,7 +3061,7 @@ if (GetFieldDef("namedqueries", "watchfordiffs")) { DropField("namedqueries", "watchfordiffs"); } -# 2002-08-?? jake@acutex.net/bbaetz@student.usyd.edu.au - bug 43600 +# 2002-08-12 jake@acutex.net/bbaetz@student.usyd.edu.au - bug 43600 # Use integer IDs for products and components. if (GetFieldDef("products", "product")) { print "Updating database to use product IDs.\n"; |