[Gd-chatter] r11558 - trunk/libraries/network/koala/sources/koala
turbo24prg at gwydiondylan.org
turbo24prg at gwydiondylan.org
Tue Dec 18 23:44:57 CET 2007
Author: turbo24prg
Date: Tue Dec 18 23:44:57 2007
New Revision: 11558
Modified:
trunk/libraries/network/koala/sources/koala/server.dylan
Log:
Job: koala
keys with empty values are #t
Modified: trunk/libraries/network/koala/sources/koala/server.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/server.dylan (original)
+++ trunk/libraries/network/koala/sources/koala/server.dylan Tue Dec 18 23:44:57 2007
@@ -1113,7 +1113,7 @@
values(decode-url(buffer, beg, fin), #t)
end if;
end;
- local method insert-key/val (key :: <string>, val :: <string>)
+ local method insert-key/val (key :: <string>, val :: type-union(<string>, <boolean>))
let hashtable-value = element(queries, key, default: #f);
if (hashtable-value)
//for multiple selection option boxes, arguments are passed this way:
More information about the chatter
mailing list