preparing for 6.0.1 release

This commit is contained in:
JT Smith 2004-03-26 03:45:04 +00:00
parent 8ad52ed3e4
commit 74ec95fcac
2 changed files with 344 additions and 100 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,4 @@
insert into webguiVersion values ('6.0.1','upgrade',unix_timestamp());
delete from help where helpId=1 and namespace='Auth/WebGUI/Account';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Account', 1, 2, '51,WebGUI;');
delete from help where helpId=1 and namespace='Auth/LDAP/Account';