summaryrefslogtreecommitdiff
path: root/includes/xmlrpcs.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-12-05 18:37:44 +0000
committerDries Buytaert <dries@buytaert.net>2001-12-05 18:37:44 +0000
commit6f0332a741933724364fe54875b4690e2906dc09 (patch)
treef290ab9d3169ccae44dc0d0aa295df5c51415c1d /includes/xmlrpcs.inc
parent5a9c77e8e1f67e886c128ae014722a14b0818535 (diff)
downloadbrdo-6f0332a741933724364fe54875b4690e2906dc09.tar.gz
brdo-6f0332a741933724364fe54875b4690e2906dc09.tar.bz2
- Upgraded the XML-RPC libraries to the latest version as suggested by
Julian.
Diffstat (limited to 'includes/xmlrpcs.inc')
-rw-r--r--includes/xmlrpcs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc
index 8c43b7634..61ce1913c 100644
--- a/includes/xmlrpcs.inc
+++ b/includes/xmlrpcs.inc
@@ -244,6 +244,7 @@ class xmlrpc_server {
xml_parser_free($parser);
$m=new xmlrpcmsg($_xh[$parser]['method']);
// now add parameters in
+ $plist="";
for($i=0; $i<sizeof($_xh[$parser]['params']); $i++) {
//print "<!-- " . $_xh[$parser]['params'][$i]. "-->\n";
$plist.="$i - " . $_xh[$parser]['params'][$i]. " \n";