From a8d881a7aaa9322a47023593c71aaf7994dc789e Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 1 Aug 2008 15:36:12 +0000 Subject: Central: Added recieving functions The next step is to implement the instaDisc_* functions and complete the Central Server. --- update/library/trunk/instadisc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update') diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index ef4638f..da1b351 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php @@ -21,7 +21,7 @@ function sendItem($title, $author, $url, $semantics) new xmlrpcval($title, 'string'), new xmlrpcval($author, 'string'), new xmlrpcval($url, 'string'), - new xmlrpcval($semantics, 'array')); + new xmlrpcval($semantics, 'array'))); $client->send($msg); } -- cgit 1.4.1