+2005-03-20 Helge Hess <helge.hess@opengroupware.org>
+
+ * WOContext.m: changed default query parameter separator to & as
+ suggested by Stephane (v4.5.138)
+
2005-03-15 Marcus Mueller <znek@mulle-kybernetik.com>
* NGObjWeb.xcode: added WOWatchDogApplicationMainOSX.m and removed
# version file
-SUBMINOR_VERSION:=137
+SUBMINOR_VERSION:=138
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134
- (id)initWithRequest:(WORequest *)_request {
if ((self = [super init])) {
unsigned char buf[24];
- self->qpJoin = @"&";
+ self->qpJoin = @"&";
sprintf(buf, "%03x%08x%08x", ++contextCount, (int)time(NULL), (int)self);
self->ctxId = [[NSString alloc] initWithCString:buf];