fixed bugs where required fields were not actually required.

This commit is contained in:
JT Smith 2003-06-17 03:35:51 +00:00
parent 084827708f
commit c7cbbe085f
2 changed files with 7 additions and 2 deletions

View file

@ -1,2 +1,4 @@
insert into webguiVersion values ('5.3.3','upgrade',unix_timestamp());
delete from international where internationalId=29 and namespace='DataForm' and languageId=1;
insert into international (internationalId,namespace,languageId,message,lastUpdated) values (29,'DataForm',1,'is required',1031515049);