2005-03-07 Helge Hess <helge.hess@opengroupware.org>
+ * DynamicElements/WOForm.m: consume 'multipleSubmit' association for
+ WO compatibility as requested by Stephane (v4.5.130)
+
* WOHttpAdaptor/WOHttpAdaptor.m: added the ability to fork multiple
child servers listing on the same passive socket. The OS will
distribute the load between such processes. Note that this only
if ((self = [super initWithName:_name associations:_config template:_c])) {
WOAssociation *sidInUrlAssoc;
+ id tmp;
self->containsForm = YES;
? [sidInUrlAssoc boolValueInComponent:nil]
: YES;
+ if ((tmp = OWGetProperty(_config, @"multipleSubmit")) != nil) {
+ /* not required with SOPE, for WO compatibility */
+ [tmp release];
+ }
+
self->template = [_c retain];
}
return self;
# version file
-SUBMINOR_VERSION:=129
+SUBMINOR_VERSION:=130
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134