From c0ea04814af3bafd2fa486f240e9ff7c547c7402 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Nov 2004 12:00:32 +0000 Subject: - Removed some cruft. --- includes/xmlrpc.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'includes') 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" - if($WINDIR) { - dl("php3_xml.dll"); - } else { - dl("xml.so"); - } + dl("xml.so"); } $xmlrpcI4="i4"; -- cgit v1.2.3