Dan - 2004-11-22

Logged In: YES
user_id=968369

This didn't work for me until I modified the parse_incoming
function as well.

In parse_incoming, change this line:

  foreach \($methods as $method\)

$this->call_module_method($method['modulename'],
$method['method'], $data);

to:

  foreach \($methods as $method\)

$this->call_module_method($method['modulename'],
$method['method'], array($data));