bug fixes

This commit is contained in:
JT Smith 2005-03-07 19:38:17 +00:00
parent d7d6819204
commit 88c42da7a0
14 changed files with 59 additions and 23 deletions

View file

@ -4,6 +4,10 @@
the start date.
- fix [ 1157202 ] users can add themselves to Admins group
- fix [ 1157218 ] user cannot view it's own profile
- fix [ 1157195 ] Problem with request when saving profile
- fix [ 1158117 ] Help Index Unavailable from RWG
- fix [ 1157453 ] Error on Edit Template / Save and Cancel
- fix [ 1157434 ] [CVS 6.5]edit question controls have incorrect URL in Survey
6.4.0

View file

@ -1,4 +1,4 @@
insert into webguiVersion values ('6.5.0','upgrade',unix_timestamp());
alter table asset add column isPrototype int not null default 0;
alter table asset add index isPrototype_className_assetId (isPrototype,className,assetId);
update Folder set templateId='PBtmpl0000000000000078' where templateId='';