diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 01:49:10 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 01:49:10 +0000 |
commit | 5f4a5bc9c9bf21ed7def760e8aa45cd64529f173 (patch) | |
tree | bc635b3622afd021642322d3fea109ae4137a1e9 | |
parent | f6f295ff5e62bb5b8ae5f32ebca3a9145394f782 (diff) | |
download | instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.tar.gz instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.tar.bz2 instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.zip |
General: [15]
Refs #28
-rw-r--r-- | series/core/trunk/includes/instadisc.php | 2 | ||||
-rw-r--r-- | update/library/trunk/instadisc.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/series/core/trunk/includes/instadisc.php b/series/core/trunk/includes/instadisc.php index f67ce44..b1b6ce5 100644 --- a/series/core/trunk/includes/instadisc.php +++ b/series/core/trunk/includes/instadisc.php | |||
@@ -4,6 +4,8 @@ | |||
4 | 4 | ||
5 | include('includes/db.php'); | 5 | include('includes/db.php'); |
6 | include('includes/template.php'); | 6 | include('includes/template.php'); |
7 | include('includes/xmlrpc/xmlrpc.inc'); | ||
8 | include('includes/xmlrpc/xmlrpcs.inc'); | ||
7 | 9 | ||
8 | function instaDisc_subscriptionExists($id) | 10 | function instaDisc_subscriptionExists($id) |
9 | { | 11 | { |
diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index 20e6252..20bbbb9 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php | |||
@@ -12,7 +12,7 @@ $instaDisc_subCount = 0; | |||
12 | 12 | ||
13 | function instaDisc_sendItem($id, $title, $author, $url, $semantics) | 13 | function instaDisc_sendItem($id, $title, $author, $url, $semantics) |
14 | { | 14 | { |
15 | global $idusSubscriptionSeriesID, $idusSubscriptionID, $idusEncryptionKey; | 15 | global $idusSubscriptionSeriesURL, $idusSubscriptionID, $idusEncryptionKey; |
16 | 16 | ||
17 | $encID = 0; | 17 | $encID = 0; |
18 | if (($idusEncryptionKey[$id] != '') && extension_loaded('mcrypt')) | 18 | if (($idusEncryptionKey[$id] != '') && extension_loaded('mcrypt')) |