From c0151ba7bae99a1c389e2d8b309ebe53b368da1d Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 18 Sep 2008 22:04:47 +0000 Subject: Central: Removed Series-related code Refs #57 --- central/trunk/includes/instadisc.php | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'central/trunk/includes/instadisc.php') diff --git a/central/trunk/includes/instadisc.php b/central/trunk/includes/instadisc.php index 438fcfb..003ad1b 100644 --- a/central/trunk/includes/instadisc.php +++ b/central/trunk/includes/instadisc.php @@ -237,19 +237,4 @@ function instaDisc_changePassword($username, $password) $setpass2 = mysql_query($setpass); } -function instaDisc_resolveSubscription($seriesURL, $id) -{ - $client = new xmlrpc_client($seriesURL); - $msg = new xmlrpcmsg('InstaDisc.subscriptionInfo', array( new xmlrpcval($id, 'string'))); - $resp = $client->send($msg); - $val = $resp->value()->scalarVal(); - - if ($val == 'false') - { - return 'false'; - } else { - return unserialize($val); - } -} - ?> -- cgit 1.4.1