about summary refs log tree commit diff stats
path: root/update/library
diff options
context:
space:
mode:
Diffstat (limited to 'update/library')
-rw-r--r--update/library/trunk/instadisc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index e36bad8..1b30477 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php
@@ -16,7 +16,7 @@ function instaDisc_sendItem($title, $author, $url, $semantics)
16 16
17 $client = new xmlrpc_client($idusCentralServer); 17 $client = new xmlrpc_client($idusCentralServer);
18 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($idusUsername, 'string'), 18 $msg = new xmlrpcmsg("InstaDisc.sendFromUpdate", array( new xmlrpcval($idusUsername, 'string'),
19 new xmlrpcval(md5($idusUsername + ":" . md5($idusPassword) . ":" . $verID), 'string'), 19 new xmlrpcval(md5($idusUsername . ":" . md5($idusPassword) . ":" . $verID), 'string'),
20 new xmlrpcval($verID, 'int'), 20 new xmlrpcval($verID, 'int'),
21 new xmlrpcval($idusSubscriptionURI, 'string'), 21 new xmlrpcval($idusSubscriptionURI, 'string'),
22 new xmlrpcval($title, 'string'), 22 new xmlrpcval($title, 'string'),