XML/RPC.php -> xmlrpc_client.inc
This commit is contained in:
Scott Ullrich 2005-10-24 19:08:34 +00:00
parent f78b47e311
commit dbfda08958

View File

@ -558,7 +558,7 @@ class XML_RPC_Base {
*/
function raiseError($msg, $code)
{
include_once 'PEAR.php';
include_once 'PEAR.inc';
if (is_object(@$this)) {
return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);
} else {
@ -1951,4 +1951,4 @@ function XML_RPC_encode($php_val)
* End:
*/
?>
?>