bugfix [ 952908 ] Manage database option is not available

This commit is contained in:
JT Smith 2004-05-25 18:40:14 +00:00
parent 1ff8ffff7e
commit 2a45eee908
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,9 @@
- Fixed a recursive style change bug.
- Bugfix [ 953593 ] perl -MWebGUI -e "" fails
- Bugfix [ 955397 ] Make Page Printable Macro Fails
- Bugfix [ 959762 ] Mail Form Template problem (fix)
- Bugfix [ 952908 ] Manage database option is not available
6.0.2

View file

@ -1,3 +1,4 @@
insert into webguiVersion values ('6.0.3','upgrade',unix_timestamp());
delete from international where internationId=981 and namespace='WebGUI';
INSERT INTO international VALUES (981,'WebGUI',1,'Manage database links.',1056151382,NULL);