about summary refs log tree commit diff stats
path: root/update/library/trunk/instadisc.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-01 15:36:12 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-01 15:36:12 +0000
commita8d881a7aaa9322a47023593c71aaf7994dc789e (patch)
tree073b978147b1e7b613306665db54fa45308ccac0 /update/library/trunk/instadisc.php
parent3b5fc6e8a572c5f554a8cc89d97e7bc48ce2a2e4 (diff)
downloadinstadisc-a8d881a7aaa9322a47023593c71aaf7994dc789e.tar.gz
instadisc-a8d881a7aaa9322a47023593c71aaf7994dc789e.tar.bz2
instadisc-a8d881a7aaa9322a47023593c71aaf7994dc789e.zip
Central: Added recieving functions
The next step is to implement the instaDisc_* functions and complete the Central Server.
Diffstat (limited to 'update/library/trunk/instadisc.php')
-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 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)
21 new xmlrpcval($title, 'string'), 21 new xmlrpcval($title, 'string'),
22 new xmlrpcval($author, 'string'), 22 new xmlrpcval($author, 'string'),
23 new xmlrpcval($url, 'string'), 23 new xmlrpcval($url, 'string'),
24 new xmlrpcval($semantics, 'array')); 24 new xmlrpcval($semantics, 'array')));
25 $client->send($msg); 25 $client->send($msg);
26} 26}
27 27