summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index 42f90693f..1d6f30b64 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -37,12 +37,7 @@
// OF THE POSSIBILITY OF SUCH DAMAGE.
if (!function_exists('xml_parser_create')) {
- // Win 32 fix. From: "Leo West" <lwest@imaginet.fr>
- if($WINDIR) {
- dl("php3_xml.dll");
- } else {
- dl("xml.so");
- }
+ dl("xml.so");
}
$xmlrpcI4="i4";