WebGUI 2.3.2 release

This commit is contained in:
JT Smith 2001-10-31 02:21:00 +00:00
parent ed6b015cbc
commit 12f9388a06
17 changed files with 83 additions and 79 deletions

View file

@ -0,0 +1,4 @@
alter table LinkList_link change name name varchar(128);
alter table UserSubmission_submission change title title varchar(128);
insert into settings values ('VERSION','2.3.2');