WebGUI 3.2.4 release

This commit is contained in:
JT Smith 2002-02-16 19:20:00 +00:00
parent ff74fd32c6
commit 40bb7fed59
7 changed files with 32 additions and 22 deletions

View file

@ -0,0 +1,3 @@
insert into international values (403,'WebGUI','English','Prefer not to say.');
alter table users change column gender gender varchar(6) not null default 'neuter';