some bug fixes

This commit is contained in:
JT Smith 2004-09-03 18:07:45 +00:00
parent c866d00c1b
commit 0d2bbe87d0
3 changed files with 608 additions and 566 deletions

View file

@ -95,6 +95,9 @@
- Fixed a bug in the HTMLArea image manager that would not allow users to
upload files if the gateway script was not at /index.pl
- bugfix [1008283]. Add new user not working for secondary admin (Leendert Bottelberghs).
- bugfix [ 1014337 ] WSClient->new error: templateId field missing in
database
- bugfix [ 991782 ] More Fault Tolerent upgrade_5.9.9-6.0.0.pl

File diff suppressed because it is too large Load diff

View file

@ -94,9 +94,6 @@ sub new {
fieldType => 'text',
defaultValue => $session{'config'}{'soapproxy'},
},
templateId => {
defaultValue => 1,
},
uri => {
fieldType => 'text',
defaultValue => $session{'config'}{'soapuri'}