diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-15 12:00:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-15 12:00:32 +0000 |
commit | c0ea04814af3bafd2fa486f240e9ff7c547c7402 (patch) | |
tree | 223095b1392255ab0632f12d0af2b755655c7a54 | |
parent | a03579fcaf90e49494031865baed4e2f1eea283e (diff) | |
download | brdo-c0ea04814af3bafd2fa486f240e9ff7c547c7402.tar.gz brdo-c0ea04814af3bafd2fa486f240e9ff7c547c7402.tar.bz2 |
- Removed some cruft.
-rw-r--r-- | includes/xmlrpc.inc | 7 |
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"; |