bug in the Client.class.php
Brought to you by:
insanedbg
In source file classes/Client.class.php, in the XOAD_Client::register() function, the line that reads:
$attachMeta[$key] = $valueType;
should be:
$attachMeta[$key] = $value;
The bug is described in detail at:
http://slampoud.blogspot.com/2010/03/bugreport-for-xoad.html