WebGUI 3.0.2 release

This commit is contained in:
JT Smith 2002-01-23 04:14:00 +00:00
parent 237925b365
commit 2845282544
8 changed files with 49 additions and 20 deletions

View file

@ -0,0 +1,9 @@
alter table widget change widgetType namespace varchar(35);
INSERT INTO international VALUES (381,'WebGUI','English','WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.');
alter table Article change widgetId widgetId int not null primary key;
alter table Item change widgetId widgetId int not null primary key;
alter table MessageBoard change widgetId widgetId int not null primary key;