Removed all references to the old Widget system.

This commit is contained in:
JT Smith 2002-05-26 03:56:40 +00:00
parent e27419d23b
commit c78a57d1a5
4 changed files with 9 additions and 116 deletions

View file

@ -104,6 +104,8 @@ delete from widget where namespace='EventsCalendar';
alter table EventsCalendar change widgetId wobjectId int not null;
alter table EventsCalendar_event change widgetId wobjectId int not null;
update incrementer set incrementerId='wobjectId' where incrementerId='widgetId';
INSERT INTO international VALUES (21,'EventsCalendar','English','Proceed to add event?');
INSERT INTO international VALUES (20,'EventsCalendar','English','Add an event.');
INSERT INTO international VALUES (38,'UserSubmission','English','(Select \"No\" if you\'re writing an HTML/Rich Edit submission.)');