From: Stig Bakken Date: Tue, 21 May 2002 01:20:24 +0000 (+0000) Subject: * better wording X-Git-Tag: RELEASE_0_10~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cb61284ad2a56507c512363ec32bdc05799475e;p=php * better wording --- diff --git a/pear/PEAR/Remote.php b/pear/PEAR/Remote.php index 1ed435474b..ec0466172f 100644 --- a/pear/PEAR/Remote.php +++ b/pear/PEAR/Remote.php @@ -104,7 +104,7 @@ class PEAR_Remote extends PEAR if (extension_loaded("xmlrpc")) { break; } - return $this->raiseError("xmlrpc extension not loaded"); + return $this->raiseError("unable to load xmlrpc extension"); } while (false); $params = func_get_args(); array_shift($params);