Don't require that the method results be FS::Record descendant objects. If they...
authorkhoff <khoff>
Tue, 8 Mar 2005 18:37:31 +0000 (18:37 +0000)
committerkhoff <khoff>
Tue, 8 Mar 2005 18:37:31 +0000 (18:37 +0000)
commita18e0aadb62be9f96c0aa42b3a6464dc933477dc
treefb6b9b3e33659857188630a97ee307dfc0225176
parent68c43e49c834314e64b8c6929ba231feca151e7e
Don't require that the method results be FS::Record descendant objects.  If they are, we map them to hashrefs.  Otherwise we return them verbatim and hope (maybe check) that they're scalars, hashrefs, or arrayrefs.
FS/FS/XMLRPC.pm