WebGUI 3.2.2 release

This commit is contained in:
JT Smith 2002-02-14 00:13:00 +00:00
parent 2fbbe1ad28
commit 48253ba11b
12 changed files with 72 additions and 51 deletions

View file

@ -9,11 +9,11 @@ save you many hours of grief.
3.2.1
--------------------------------------------------------------------
* We released a faulty upgrade script with 3.2.0. If happened to be
one of the unlucky people who upgraded to 3.2.0, apply 3.2.1
immediately. If you didn't upgrade to 3.2.0 then all your
upgrades will appear normal. If you installed 3.2.0 from
scratch then DO NOT EVER apply the 3.2.1 upgrade!
* We released a faulty upgrade script with 3.2.0. If you happened
to be one of the unlucky people who upgraded to 3.2.0, apply
3.2.1 immediately. If you didn't upgrade to 3.2.0 then all
your upgrades will appear normal. If you installed 3.2.0
from scratch then DO NOT EVER apply the 3.2.1 upgrade!
3.2.0
--------------------------------------------------------------------

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,3 @@
insert into settings values( 'docTypeDec', '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' );
alter table MessageBoard add column groupToModerate int not null default 4;

View file