Index: mnet/xmlrpc/client.php =================================================================== --- mnet/xmlrpc/client.php (revision 413) +++ mnet/xmlrpc/client.php (working copy) @@ -148,8 +148,7 @@ // Find methods that we subscribe to on this host $sql = " - SELECT - * + SELECT r.*, s2r.serviceid, s2r.rpcid, h2s.hostid, h2s.publish, h2s.subscribe FROM {$CFG->prefix}mnet_rpc r, {$CFG->prefix}mnet_service2rpc s2r,